From fc751d4b8259b9b5176abe6f76d20266ab8e3797 Mon Sep 17 00:00:00 2001 From: Tonz Date: Mon, 4 Aug 2025 17:44:32 -0700 Subject: [PATCH] Mention CLI on Processing website --- content/pages/environment/index.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/pages/environment/index.mdx b/content/pages/environment/index.mdx index 6a05ee18..1a2acbdd 100644 --- a/content/pages/environment/index.mdx +++ b/content/pages/environment/index.mdx @@ -565,3 +565,12 @@ Add contributed Examples by first opening the "Examples..." submenu from the Fil ## Export The [Export information and Tips](https://github.com/processing/processing/wiki/Export-Info-and-Tips) page on the Processing Wiki covers the details of exporting Applications from Java mode. + +## Command Line Interface (CLI) + +Run sketches from the terminal using Processing's Command Line Interface (CLI). +To view a list of available commands, open a terminal and run: +``` +./Processing --help +``` +Run this command from the directory containing the Processing executable. For example, on macOS, the executable is usually located at /Applications/Processing.app/Contents/MacOS/Processing.