1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:13:46 +02:00

cbonsai: add examples (#17640)

This commit is contained in:
Managor 2025-08-13 03:26:38 +03:00 committed by GitHub
parent 359fa8084d
commit e17b40cb27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,18 @@
`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}}"`