mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 03:06:01 +02:00
cheat: add page (#3721)
This commit is contained in:
parent
a907d99121
commit
d19bf5d17f
1 changed files with 24 additions and 0 deletions
24
pages/common/cheat.md
Normal file
24
pages/common/cheat.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# cheat
|
||||
|
||||
> Create and view interactive cheat sheets on the command-line.
|
||||
> More information: <https://github.com/cheat/cheat>.
|
||||
|
||||
- Show example usage of a command:
|
||||
|
||||
`cheat {{command}}`
|
||||
|
||||
- Edit the cheat sheet for a command:
|
||||
|
||||
`cheat -e {{command}}`
|
||||
|
||||
- List the available cheat sheets:
|
||||
|
||||
`cheat -l`
|
||||
|
||||
- Search available the cheat sheets for a specified command name:
|
||||
|
||||
`cheat -s {{command}}`
|
||||
|
||||
- Get the current cheat version:
|
||||
|
||||
`cheat -v`
|
Loading…
Add table
Reference in a new issue