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 68d03ee commit d6a0a31Copy full SHA for d6a0a31
heudiconv/cli/run.py
@@ -185,9 +185,11 @@ def get_parser():
185
help='Do not catch exceptions and show exception '
186
'traceback')
187
parser.add_argument('--command',
188
- choices=('ls', 'populate-templates',
189
- 'treat-jsons', 'sanitize-jsons',
190
- 'heuristics', 'heuristic-info'),
+ choices=(
+ 'heuristics', 'heuristic-info',
+ 'ls', 'populate-templates',
191
+ 'sanitize-jsons', 'treat-jsons',
192
+ ),
193
help='custom actions to be performed on provided '
194
'files instead of regular operation.')
195
parser.add_argument('-g', '--grouping', default='studyUID',
0 commit comments