Add --show-sensitive CLI option

This commit is contained in:
Matthias
2024-03-20 07:06:24 +01:00
parent 6b7935f1ae
commit 81d1a662a2
4 changed files with 15 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ ARGS_TEST_PAIRLIST = ["user_data_dir", "verbosity", "config", "quote_currencies"
ARGS_CREATE_USERDIR = ["user_data_dir", "reset"]
ARGS_BUILD_CONFIG = ["config"]
ARGS_SHOW_CONFIG = ["user_data_dir", "config"]
ARGS_SHOW_CONFIG = ["user_data_dir", "config", "show_sensitive"]
ARGS_BUILD_STRATEGY = ["user_data_dir", "strategy", "template"]