aboutsummaryrefslogtreecommitdiff
path: root/src/compile/cli.c
AgeCommit message (Expand)Author
2025-12-01Clean up CLI --help outputBruce Hill
2025-11-29Bugfix for default CLI argument initializationBruce Hill
2025-11-24Add MANPAGE metadata for overriding whole fileBruce Hill
2025-11-23Added Metadata section for files instead of _HELP and _USAGEBruce Hill
2025-11-22Fix command line aliasesBruce Hill
2025-10-18Better help and placeholders for various typesBruce Hill
2025-10-18Better help and usage and manpagesBruce Hill
2025-10-18Pass through comments on args and use them for help and manpagesBruce Hill
2025-10-18Added automatic manpages.Bruce Hill
2025-10-18Lazily initialize 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-01Convert to using more zero values for `none`Bruce Hill
2025-08-31Add argument aliases so programs can use `func main(verbose|v=no)` to doBruce Hill
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Finally, split compile.c into compile/expressions.cBruce Hill
2025-08-24Split declarations into a fileBruce Hill
2025-08-24Add comments and pragmasBruce Hill
2025-08-24Split CLI into its own fileBruce Hill