Documentation
¶
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 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()
Click to show internal directories.
Click to hide internal directories.