From 74c1167ba324a97af3b72ae09a8438e401aa7a00 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:39:30 +0300 Subject: [PATCH] Update cbonsai.md --- pages/common/cbonsai.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages/common/cbonsai.md b/pages/common/cbonsai.md index fc9ed9798837d0..c7d33522754e3c 100644 --- a/pages/common/cbonsai.md +++ b/pages/common/cbonsai.md @@ -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}}"`