From e17b40cb2791a5abf8842927bc7c332cb6a0be91 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 13 Aug 2025 03:26:38 +0300 Subject: [PATCH] cbonsai: add examples (#17640) --- pages/common/cbonsai.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages/common/cbonsai.md b/pages/common/cbonsai.md index fc9ed97988..c7d3352275 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}}"`