snippetbashTip
run-help — Get instructions for Zsh commands. Note: This command is an alias of `man` by default. More informat
Viewed 0 times
run-helpcommandcommandszshcliinstructionsforget
Problem
How to use the
run-help command: Get instructions for Zsh commands. Note: This command is an alias of man by default. More information: <https://manned.org/zshcontrib>.Solution
run-help — Get instructions for Zsh commands. Note: This command is an alias of man by default. More information: <https://manned.org/zshcontrib>.Activate Zsh's
run-help, which adds instructions for Zsh built-ins:unalias run-help && autoload run-helpDisplay all Zsh-specific topics:
run-helpDisplay help for a command:
run-help {{command}}Code Snippets
Activate Zsh's `run-help`, which adds instructions for Zsh built-ins
unalias run-help && autoload run-helpDisplay all Zsh-specific topics
run-helpDisplay help for a command
run-help {{command}}Context
tldr-pages: common/run-help
Revisions (0)
No revisions yet.