Skip to content

Commit

Permalink
printing subcommand to sdterr instead of stdout (#61)
Browse files Browse the repository at this point in the history
fixes #60
  • Loading branch information
lbergelson authored and jonn-smith committed Mar 6, 2019
1 parent 69d18ba commit 416f9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cromshell
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ if ${ISINTERACTIVESHELL} ; then
[[ $r -ne 0 ]] && exit 6

# Handle specific sub-command args and and call our sub-command:
echo "Sub-Command: ${SUB_COMMAND}"
error "Sub-Command: ${SUB_COMMAND}"
case ${SUB_COMMAND} in
cleanup|submit|list|notify)
${SUB_COMMAND} $@
Expand Down

0 comments on commit 416f9b5

Please sign in to comment.