We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f7001 commit 6f27171Copy full SHA for 6f27171
templateflow/cli.py
@@ -71,7 +71,7 @@ def entity_opts():
71
72
def decorator(f: FC) -> FC:
73
for arg in reversed(args):
74
- _param_memo(f, Option(arg, type=str, default=''))
+ _param_memo(f, Option(arg, type=str, default=[], multiple=True))
75
return f
76
77
return decorator
0 commit comments