index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdlib
/
cli.c
Age
Commit message (
Expand
)
Author
2025-11-22
Fixes for conditional expressions for optional types
Bruce Hill
2025-11-22
CLI arg parsing fixes for optional types
Bruce Hill
2025-11-21
Bugfix for optional path CLI args
Bruce Hill
2025-11-15
Bugfix for CLI arg parsing
Bruce Hill
2025-10-18
Don't skip backslash for args with `\-` after the `--`
Bruce Hill
2025-10-18
Allow passing arguments with leading '-' using a backslash
Bruce Hill
2025-10-18
Improved CLI parsing and add CString.join()
Bruce Hill
2025-10-18
Better error messages, especially for wrong enum tags
Bruce Hill
2025-10-18
Support passing pointers to CLI args
Bruce Hill
2025-10-18
Update docs
Bruce Hill
2025-10-18
Support parsing enums and cstrings and structs
Bruce Hill
2025-10-18
Lazily initialize args
Bruce Hill
2025-10-18
Fix '--' arg parsing
Bruce Hill
2025-10-18
Rework tomo CLI args
Bruce Hill
2025-10-18
Overhaul of CLI arg parsing logic
Bruce Hill
2025-10-12
More code cleanups
Bruce Hill
2025-10-03
Fix for optional CLI arguments
Bruce Hill
2025-10-01
For structs and fixed-size ints, use `.has_value` instead of `.is_none`
Bruce Hill
2025-10-01
Convert to using more zero values for `none`
Bruce Hill
2025-08-31
Added support for `-O3` style numeric flags and `-f=...` flags
Bruce Hill
2025-08-31
Move CLI parsing to its own file.
Bruce Hill