Replace comma-separation in --manacc with space-separation #563
Labels
discussion
issues that still need to be discussed
good first issue
issues that we think are good for new contributors. Equivalent to "very low" effort.
refactoring
issues proposing/requesting changes to the code which do not impact behavior
Summary
In most cases where we allow multiple inputs for a given argument (e.g.,
-d
,-e
, and--gscontrol
),tedana
accepts a space-separated list at the command line. This should simplify howmanacc
is handled internally, since the tools already exist to parsenargs='+'
, and I feel like space-separated parameters are more intuitive at the command line.Next Steps
nargs
for--manacc
to'+'
.type
for--manacc
toint
.manacc
withintedana_workflow
.manacc
.Discussion
Emoji vote below: 👍 for yes and 👎 for no.
The text was updated successfully, but these errors were encountered: