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 long name.
func (*Cmd) Description ¶
Description returns a brief one-line description of the command.
func (*Cmd) LongName ¶
LongName returns the long form of the command name. If no long form is set, this will be the same as the short form returned by Name.
Click to show internal directories.
Click to hide internal directories.