diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-26 01:53:38 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-26 01:53:38 -0400 |
| commit | c77380f353e85bcd9ba03c29b292022c694b9667 (patch) | |
| tree | 363173a15204b18416de1cce953b6cd7197d3582 /docs | |
| parent | 878976eccf34de81b03611915485ff22ed0f819f (diff) | |
Add `--version` flag to show current compiler version's git commit date
and hash
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tomo.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tomo.1.md b/docs/tomo.1.md index 694eacf9..29d9414f 100644 --- a/docs/tomo.1.md +++ b/docs/tomo.1.md @@ -62,6 +62,9 @@ C code, which is then compiled using a C compiler of your choice. `-v`, `--verbose` : Print extra verbose output. +`--version` +: Print the compiler version and exit. + `-r`, `--run` : Run an installed tomo program from `~/.local/share/tomo/installed`. |
