Hejsil / zig-clap

Command line argument parsing library
MIT License
939 stars 67 forks source link

Refactor Diagnostic (and others) into a ParseOption struct #40

Closed Hejsil closed 3 years ago

Hejsil commented 3 years ago

This allows for default arguments, which we can also extend without breaking peoples code in the future. This is a breaking change right now though.