Skip to content

Commit 416f9b5

Browse files
lbergelsonjonn-smith
authored andcommitted
printing subcommand to sdterr instead of stdout (#61)
fixes #60
1 parent 69d18ba commit 416f9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cromshell

+1-1
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ if ${ISINTERACTIVESHELL} ; then
14591459
[[ $r -ne 0 ]] && exit 6
14601460

14611461
# Handle specific sub-command args and and call our sub-command:
1462-
echo "Sub-Command: ${SUB_COMMAND}"
1462+
error "Sub-Command: ${SUB_COMMAND}"
14631463
case ${SUB_COMMAND} in
14641464
cleanup|submit|list|notify)
14651465
${SUB_COMMAND} $@

0 commit comments

Comments
 (0)