0.5.0
zig-clap
release 0.5.0
which compiles and works for zig 0.9.0
Changes
New
clap.help
now indents each newline in the help string.
Fixes
- Fixed a bug where
clap.parse
did not forward diagnostics down to the underlyingStreamingClap
.
zig-clap
release 0.5.0
which compiles and works for zig 0.9.0
clap.help
now indents each newline in the help string.clap.parse
did not forward diagnostics down to the underlying StreamingClap
.