mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-03 11:32:17 +01:00
Added a cheatsheet for cheat itself
This commit is contained in:
parent
8cad76943a
commit
1baa6d39c0
1 changed files with 14 additions and 0 deletions
14
cheat/cheatsheets/cheat
Normal file
14
cheat/cheatsheets/cheat
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# To see example usage of a program:
|
||||||
|
cheat <command>
|
||||||
|
|
||||||
|
# To edit a cheatsheet
|
||||||
|
cheat -e <command>
|
||||||
|
|
||||||
|
# To list available cheatsheets
|
||||||
|
cheat -l
|
||||||
|
|
||||||
|
# To search available cheatsheets
|
||||||
|
cheat -s <command>
|
||||||
|
|
||||||
|
# To get the current `cheat' version
|
||||||
|
cheat -v
|
Loading…
Reference in a new issue