status-im / nim-confutils

Simplified handling of command line options and config files
Apache License 2.0
64 stars 16 forks source link

Running `-h` or `--help` doesn't include `envVarsPrefix` when printing env vars #92

Open saledjenic opened 1 year ago

saledjenic commented 1 year ago

envVarsPrefix should be included when printing help, cause the env var being recognized is the one that includes envVarsPrefix.