From b19d851919cb47f748911730e41c90e95701e92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Wed, 29 Oct 2025 15:09:46 +0100 Subject: [PATCH 1/2] Update Windows CLI command in documentation See: https://github.com/processing/processing4/issues/1306#issuecomment-3457141892 --- content/pages/environment/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pages/environment/index.mdx b/content/pages/environment/index.mdx index 4507d9bc..27f19bce 100644 --- a/content/pages/environment/index.mdx +++ b/content/pages/environment/index.mdx @@ -572,9 +572,9 @@ Processing includes a Command Line Interface (CLI) to run sketches from the term Make sure Processing is installed, then run the help command to see all available options and examples. -*Windows (PowerShell)* +*Windows* ``` -processing.exe --help +processing cli --help | more ``` *Linux* From 15d142877f8cc24ef7526e3cc1493480e360ea29 Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Wed, 29 Oct 2025 16:48:45 +0100 Subject: [PATCH 2/2] Removed `cli` as that would hide options --- content/pages/environment/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/environment/index.mdx b/content/pages/environment/index.mdx index 27f19bce..5ac8d093 100644 --- a/content/pages/environment/index.mdx +++ b/content/pages/environment/index.mdx @@ -574,7 +574,7 @@ Make sure Processing is installed, then run the help command to see all availabl *Windows* ``` -processing cli --help | more +processing --help | more ``` *Linux*