From 27ed774f313690e112dda9466407c50d775fe029 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 13 Jul 2018 11:46:23 +0100 Subject: [PATCH] Remove unused attribute --- cmd/inspect.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/inspect.go b/cmd/inspect.go index d87ecb7..eb3eaa2 100644 --- a/cmd/inspect.go +++ b/cmd/inspect.go @@ -12,7 +12,6 @@ var inspectCmd = &cobra.Command{ var inspectOpts = struct { Verbose bool - Output string }{} func init() {