Allow resetting of the directory

This commit is contained in:
Matthias
2019-11-01 14:08:55 +01:00
parent 19b1a6c638
commit 41494f28da
5 changed files with 19 additions and 6 deletions

View File

@@ -62,6 +62,11 @@ AVAILABLE_CLI_OPTIONS = {
help='Path to userdata directory.',
metavar='PATH',
),
"reset": Arg(
'--reset',
help='Reset sample files to their original state.',
action='store_true',
),
# Main options
"strategy": Arg(
'-s', '--strategy',