Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
// contains filtered or unexported fields
}
Cmd represents a command.
func Cmds ¶
func Cmds() []*Cmd
Cmds returns a slice of all available commands, sorted in increasing order by command name.
func (*Cmd) Description ¶
Description returns a brief one-line description of the command.
Click to show internal directories.
Click to hide internal directories.