fix(argparse): automatically output settings path

This commit is contained in:
Julius Unverfehrt 2024-01-31 10:12:32 +01:00
parent 7093e01925
commit af914ab3ae

View File

@ -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