bw2 / ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
MIT License
719 stars 121 forks source link

Password handling #283

Open multiflexi opened 11 months ago

multiflexi commented 11 months ago

Could there be a special password handling which would hide it from prints (arg_parser.format_values())? For example if the key name includes "password" then it would be just ******. This way passwords won't show up in logs and terminal.