We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61de0be commit 1edfe86Copy full SHA for 1edfe86
1 file changed
src/alas.janet
@@ -62,9 +62,8 @@
62
(run-with-file-path arguments file-path)
63
(if (arguments "version")
64
(print-version)
65
- (do
66
- (print "Plan file path missing.")
67
- (os/exit (errors/exit-status-codes :plan-path-missing))))))
+ (errors/print-errors ["Plan file path is missing"]
+ (errors/exit-status-codes :plan-path-missing)))))
68
69
## —————————————————————————————————————————————————————————————————————————————————————————————————
70
## Public Interface
0 commit comments