Documentation
¶
Overview ¶
Package help implements the help builtin command.
help — display available commands
Usage: help
List all available builtin commands with a brief description. For detailed information on a specific command, run '<command> --help'.
Exit codes:
0 Success. 1 Arguments were provided or --help was requested.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = builtins.Command{Name: "help", Description: "display available 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.