aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/cli.c
AgeCommit message (Collapse)Author
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