aboutsummaryrefslogtreecommitdiff
path: root/docs/command-line-parsing.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-11-27 12:53:24 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-11-27 12:53:24 -0500
commit7e85117099cc77a8c083a3479246d5e130b8afe1 (patch)
treed41c4495b86fa1ed31da77c2c28176ba2b352500 /docs/command-line-parsing.md
parent8b897851facaa177e2346e0d97fcba7411dfc0aa (diff)
Support EXECUTABLE metadata
Diffstat (limited to 'docs/command-line-parsing.md')
-rw-r--r--docs/command-line-parsing.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/command-line-parsing.md b/docs/command-line-parsing.md
index d0153e37..e1af5419 100644
--- a/docs/command-line-parsing.md
+++ b/docs/command-line-parsing.md
@@ -244,6 +244,9 @@ MANPAGE_DESCRIPTION: (./description.roff)
Supported metadata:
+- `EXECUTABLE`: the name of the executable to compile. If not provided, the name
+ will be the name of the Tomo source file without the ".tm" extension.
+
- `USAGE`: the short form usage shown in CLI parsing errors and help pages. This
should be a single line without the name of the program, so `USAGE: "--foo"`
would translate to the error message `Usage: myprogram --foo`. If this is not