github.com/wallyqs/gcli@v0.2.3-0.20151010121825-a114d5d1758d/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  }