Skip to content

Commit c78d25b

Browse files
committed
enh: display version before acting
1 parent e113349 commit c78d25b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

heudiconv/cli/run.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ def process_args(args):
231231
lgr.info(INIT_MSG(packname=__packagename__,
232232
version=__version__))
233233

234+
if args.command:
235+
process_extra_commands(outdir, args)
236+
return
234237
#
235238
# Load heuristic -- better do it asap to make sure it loads correctly
236239
#

0 commit comments

Comments
 (0)