github.com/tcnksm/gcli@v0.2.4-0.20170129033839-7eb950507e5a/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 }