You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix default value display in help messages (#110)
To display the default value as set by the developer, ignoring the later assignments (from env vars, user input, ...)
Fixes#98
* Handle multi line option and argument description in the generated …
…help message #96
* Add support for float64 options and args #90
* Add Ptr variants to option/arguments where you can pass a pointers to existing variables #89