Skip to main content

help

Display online command help.

Usage

help [command ...]

Notes

  • With no arguments, lists all registered commands and their descriptions (two-column format)
  • With a command specified, displays its name, description, and detailed usage
  • Unknown commands will show "unknown command"

Examples

# List all commands
help

# View help for a specific command
help ls
help cat cd