Documentation
¶
Overview ¶
Package command contains the implementations for subcommands supported by the motki command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EVETypesCommand ¶
type EVETypesCommand struct {
// contains filtered or unexported fields
}
EVETypesCommand provides item type lookup and display.
func NewEVETypesCommand ¶
func NewEVETypesCommand(prompter *cli.Prompter) EVETypesCommand
func (EVETypesCommand) Description ¶
func (c EVETypesCommand) Description() string
func (EVETypesCommand) Handle ¶
func (c EVETypesCommand) Handle(subcmd string, args ...string)
func (EVETypesCommand) Prefixes ¶
func (c EVETypesCommand) Prefixes() []string
func (EVETypesCommand) PrintHelp ¶
func (c EVETypesCommand) PrintHelp()
type InventoryCommand ¶
type InventoryCommand struct {
// contains filtered or unexported fields
}
InventoryCommand provides an interactive manager for Inventory.
func NewInventoryCommand ¶
func (InventoryCommand) Description ¶
func (c InventoryCommand) Description() string
func (InventoryCommand) Handle ¶
func (c InventoryCommand) Handle(subcmd string, args ...string)
func (InventoryCommand) Prefixes ¶
func (c InventoryCommand) Prefixes() []string
func (InventoryCommand) PrintHelp ¶
func (c InventoryCommand) PrintHelp()
func (InventoryCommand) RequiresAuth ¶
func (c InventoryCommand) RequiresAuth() bool
type InventoryV2Command ¶ added in v0.3.3
type InventoryV2Command struct {
// contains filtered or unexported fields
}
InventoryV2Command provides an interactive manager for Inventory.
func NewInventoryV2Command ¶ added in v0.3.3
func (InventoryV2Command) Description ¶ added in v0.3.3
func (c InventoryV2Command) Description() string
func (InventoryV2Command) Handle ¶ added in v0.3.3
func (c InventoryV2Command) Handle(subcmd string, args ...string)
func (InventoryV2Command) Prefixes ¶ added in v0.3.3
func (c InventoryV2Command) Prefixes() []string
func (InventoryV2Command) PrintHelp ¶ added in v0.3.3
func (c InventoryV2Command) PrintHelp()
func (InventoryV2Command) RequiresAuth ¶ added in v0.3.3
func (c InventoryV2Command) RequiresAuth() bool
type ProductCommand ¶
type ProductCommand struct {
// contains filtered or unexported fields
}
ProductCommand provides an interactive manager for production chains.
func NewProductCommand ¶
func (ProductCommand) Description ¶
func (c ProductCommand) Description() string
func (ProductCommand) Handle ¶
func (c ProductCommand) Handle(subcmd string, args ...string)
func (ProductCommand) Prefixes ¶
func (c ProductCommand) Prefixes() []string
func (ProductCommand) PrintHelp ¶
func (c ProductCommand) PrintHelp()
func (ProductCommand) RequiresAuth ¶
func (c ProductCommand) RequiresAuth() bool
Click to show internal directories.
Click to hide internal directories.