github.com/goonzoid/gcli@v0.2.3-0.20150926213610-155587606ea1/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 }