foxpy / qc

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

argument parsing library: no way to set default value for boolean flag #32

Closed foxpy closed 3 years ago

foxpy commented 3 years ago

The main problem is that user has to initialize every bool flag to false, because library will not set it to false in case if flag is not provided, so use of uninitialised variable will happen.