An effortless command-line argument parser for Zig.
- Zero allocations.
- Cross platform.
- Single-function, declarative API.
- Multi-level subcommands.
- Automatic help message generation at comptime.
- Customisable terminal coloring.
Check out the import guide to get set up using flags in your project.
See the examples for basic usage.