foxpy / qc

Quad C: Custom Cruel C Crate
MIT License
4 stars 0 forks source link

argument parsing library: short flag -h is not always detected #11

Closed foxpy closed 3 years ago

foxpy commented 3 years ago
./example --key=value -nhcl

Here, user asks for help using flag -h. Of course this case is weird, but it should be supported. Current implementation does not detect this flag.