github.com/jduhamel/gcli@v0.2.4-0.20151019142748-0d5307cd7e21/skeleton/resource/tmpl/mitchellh_cli/command/meta.go.tmpl (about) 1 package command 2 3 import "github.com/mitchellh/cli" 4 5 // Meta contain the meta-option that nearly all subcommand inherited. 6 type Meta struct { 7 Ui cli.Ui 8 }