Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddCommand ¶
type AddCommand struct{}
func (*AddCommand) Execute ¶
func (a *AddCommand) Execute(args []string) error
func (*AddCommand) Usage ¶
func (a *AddCommand) Usage() string
type Command ¶
type Command struct {
Add AddCommand `command:"add" alias:"a" description:"Add a new variable"`
}
Click to show internal directories.
Click to hide internal directories.