Hejsil / zig-clap

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

refactor: positonals type now depend on the number of values taken #138

Closed Hejsil closed 1 week ago

Hejsil commented 1 week ago

For Values.one positionals will be of type ?T

For Values.many positonals will be of type []const T