mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 11:59:18 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/run-help
Normal file
22
tldr/run-help
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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-help`
|
||||
|
||||
- Display all Zsh-specific topics:
|
||||
|
||||
`run-help`
|
||||
|
||||
- Display help for a command:
|
||||
|
||||
`run-help {{command}}`
|
||||
Reference in New Issue
Block a user