Remove unused attribute

This commit is contained in:
2018-07-13 11:46:23 +01:00
parent 78d52ef9f5
commit 27ed774f31

View File

@@ -12,7 +12,6 @@ var inspectCmd = &cobra.Command{
var inspectOpts = struct {
Verbose bool
Output string
}{}
func init() {