Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-14 00:20:38 +00:00
parent 2a42e87c5b
commit 14574efabf
5 changed files with 43 additions and 2 deletions

View File

@@ -16,6 +16,18 @@ source: https://github.com/tldr-pages/tldr.git
`cbonsai {{[-i|--infinite]}}`
- Set the growth factor of the tree (default: 32):
`cbonsai {{[-L|--life]}} {{0..200}}`
- Set the branching factor of the tree (default: 5):
`cbonsai {{[-M|--multiplier]}} {{0..20}}`
- Run in screensaver mode (equivalent to `--live --infinite` but any keypress exits):
`cbonsai {{[-S|--screensaver]}}`
- Append a message to the bonsai:
`cbonsai {{[-m|--message]}} "{{message}}"`