Skip to content

Commit fc751d4

Browse files
committed
Mention CLI on Processing website
1 parent f6fb933 commit fc751d4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

content/pages/environment/index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,3 +565,12 @@ Add contributed Examples by first opening the "Examples..." submenu from the Fil
565565
## Export
566566

567567
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.
568+
569+
## Command Line Interface (CLI)
570+
571+
Run sketches from the terminal using Processing's Command Line Interface (CLI).
572+
To view a list of available commands, open a terminal and run:
573+
```
574+
./Processing --help
575+
```
576+
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.

0 commit comments

Comments
 (0)