From 7e85117099cc77a8c083a3479246d5e130b8afe1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 27 Nov 2025 12:53:24 -0500 Subject: Support EXECUTABLE metadata --- docs/command-line-parsing.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/command-line-parsing.md') 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 -- cgit v1.2.3