aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/cli.c
AgeCommit message (Expand)Author
2025-10-18Lazily initialize argsBruce Hill
2025-10-18Fix '--' arg parsingBruce Hill
2025-10-18Rework tomo CLI argsBruce Hill
2025-10-18Overhaul of CLI arg parsing logicBruce Hill
2025-10-12More code cleanupsBruce Hill
2025-10-03Fix for optional CLI argumentsBruce Hill
2025-10-01For structs and fixed-size ints, use `.has_value` instead of `.is_none`Bruce Hill
2025-10-01Convert to using more zero values for `none`Bruce Hill
2025-08-31Added support for `-O3` style numeric flags and `-f=...` flagsBruce Hill
2025-08-31Move CLI parsing to its own file.Bruce Hill