add recursive command line option

This commit is contained in:
Sam Germain 2022-03-20 03:02:14 -06:00
parent 6df15a7af9
commit 185daf5772

View File

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