aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/cli.c
AgeCommit message (Expand)Author
2025-11-22Change error messageBruce Hill
2025-11-22Fixes for conditional expressions for optional typesBruce Hill
2025-11-22CLI arg parsing fixes for optional typesBruce Hill
2025-11-21Bugfix for optional path CLI argsBruce Hill
2025-11-15Bugfix for CLI arg parsingBruce Hill
2025-10-18Don't skip backslash for args with `\-` after the `--`Bruce Hill
2025-10-18Allow passing arguments with leading '-' using a backslashBruce Hill
2025-10-18Improved CLI parsing and add CString.join()Bruce Hill
2025-10-18Better error messages, especially for wrong enum tagsBruce Hill
2025-10-18Support passing pointers to CLI argsBruce Hill
2025-10-18Update docsBruce Hill
2025-10-18Support parsing enums and cstrings and structsBruce Hill
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