add recursive command line option

This commit is contained in:
Sam Germain 2022-03-20 03:02:14 -06:00
parent 6df15a7af9
commit 185daf5772
1 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,11 @@ AVAILABLE_CLI_OPTIONS = {
help='Reset sample files to their original state.',
action='store_true',
),
"recursive": Arg(
'-r', '--recursive',
help='Recursively search for a strategy in the strategies folder.',
metavar='store_true',
),
# Main options
"strategy": Arg(
'-s', '--strategy',