Commit graph

7 commits

Author SHA1 Message Date
Benjamin Renard
8438f95e68 Config: Add config_file_env_variable parameter
The new config_file_env_variable parameter allow to specify environment
variable name that will be used to determine configuration file path if
it's not explicitly provided using -c/--config parameter.
2021-11-19 16:16:46 +01:00
Benjamin Renard
e6ce412db0 Config: Implement custom argparse TextHelpFormatter to keep line return 2021-11-19 16:13:36 +01:00
Benjamin Renard
366260e92a Config.get_arguments_parser: allow to override argparse description 2021-11-18 21:20:53 +01:00
Benjamin Renard
4691ba7386 config: Add -C/--console parameter 2021-11-18 19:55:44 +01:00
Benjamin Renard
94ed2e50fd config.BooleanOption: change default argument name to add enable/disable 2021-11-06 15:15:03 +01:00
Benjamin Renard
f8d78f6fe2 config.BaseOption: add no_arg parameter 2021-11-06 15:14:06 +01:00
Benjamin Renard
dc0f17dd20 Add config lib 2021-11-03 17:38:31 +01:00