1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/cheat.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

24 lines
412 B
Markdown

# cheat
> Create and view interactive cheat sheets.
> 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`