func DeviceCommandFactory(meta Meta) cli.CommandFactory
type Device struct { Meta // contains filtered or unexported fields }
func (c *Device) Help() string
func (c *Device) Run(args []string) int
func (c *Device) Synopsis() string
type Meta struct { Ui cli.Ui // contains filtered or unexported fields }
func NewMeta(ui cli.Ui, logger hclog.Logger) Meta
func (m *Meta) FlagSet(n string) *flag.FlagSet