nonzero exit code for bad raco command (closes #177)

pull/178/head
Matthew Butterick 6 years ago
parent e65c165e7b
commit f8bf2b25c8

@ -242,4 +242,5 @@ version print the version" (current-server-port) (make-publish-di
(begin
(displayln (format "`~a` is an unknown command." command))
(display "These are the available ") ; ... "Pollen commands:"
(handle-help))))
(handle-help)
(exit 1))))

@ -1 +1 @@
1531950963
1533086918

Loading…
Cancel
Save