Skip to content

Commit e17b40c

Browse files
authored
cbonsai: add examples (#17640)
1 parent 359fa80 commit e17b40c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pages/common/cbonsai.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111

1212
`cbonsai {{[-i|--infinite]}}`
1313

14+
- Set the growth factor of the tree (default: 32):
15+
16+
`cbonsai {{[-L|--life]}} {{0..200}}`
17+
18+
- Set the branching factor of the tree (default: 5):
19+
20+
`cbonsai {{[-M|--multiplier]}} {{0..20}}`
21+
22+
- Run in screensaver mode (equivalent to `--live --infinite` but any keypress exits):
23+
24+
`cbonsai {{[-S|--screensaver]}}`
25+
1426
- Append a message to the bonsai:
1527

1628
`cbonsai {{[-m|--message]}} "{{message}}"`

0 commit comments

Comments
 (0)