Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func RunHelp ¶
func RunHelp(args RuntimeArgs, c *CLI) error
Types ¶
type Command ¶
type Command struct { Name string Description string Run func(args RuntimeArgs, c *CLI) error CleanUp func(args RuntimeArgs, c *CLI) error Args Args }
type RuntimeArgs ¶
type RuntimeArgs map[string]interface{}
func (RuntimeArgs) Get ¶
func (r RuntimeArgs) Get(name string) string
Click to show internal directories.
Click to hide internal directories.