Hejsil / zig-clap

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

Short args that take values should be able to have the value immediately after the arg #5

Closed Hejsil closed 6 years ago

Hejsil commented 6 years ago

This should work: command -Dvalue. Here, value is the value of the argument D, if D is a short arg and takes a value.

Questions: