Arnau478/pennant
Argument parser for Zig
Argument parser for Zig.
--foo
/--no-foo
, --uppercase
/--lowercase
), which act on a single variable and are mutually exclusive--foo bar
and --foo=bar
are both valid and equivalent)comptime
Examples are available in the examples
folder. They can also be run via zig build example-[name]
.