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:
parent
359fa8084d
commit
e17b40cb27
1 changed files with 12 additions and 0 deletions
|
@ -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}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue