fix(argparse): automatically output settings path
This commit is contained in:
parent
7093e01925
commit
af914ab3ae
@ -137,4 +137,4 @@ def parse_settings_path():
|
||||
help="Path to settings file(s) or folder(s). Must be .toml file(s) or a folder(s) containing .toml files.",
|
||||
nargs="+",
|
||||
)
|
||||
return parser.parse_args()
|
||||
return parser.parse_args().settings_path
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user