Documentation
¶
Overview ¶
Package help implements the help builtin command.
help — display help for commands
Usage: help [command]
With no arguments, list all available builtin commands with a brief description. When a command name is given, display detailed help for that command.
Exit codes:
0 Success. 1 Unknown command or --help was requested.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = builtins.Command{
Name: "help",
Description: "display help for commands",
MakeFlags: registerFlags,
}
Cmd is the help builtin command descriptor.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.