You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/environment/index.mdx
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -565,3 +565,12 @@ Add contributed Examples by first opening the "Examples..." submenu from the Fil
565
565
## Export
566
566
567
567
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