Return non-zero exit code if raco pollen subcommand is unrecognized
#177
Closed
opened 6 years ago by hkrish
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Hi,
Currently, an invalid sub-command such as
raco pollen publsih
seems to return an exit code0
to the shell. Can you please change it so that it returns a non-zero value.This is quite useful when wrapping pollen command in a shell script or other racket programs.
Thank you
Consistent with other
raco
commands, it will return1
for an invalid argument.