add recursive command line option
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user