We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7d9f8 commit 440765eCopy full SHA for 440765e
1 file changed
src/alas.janet
@@ -75,4 +75,4 @@
75
(def arguments (argparse ;argparse-params))
76
(if arguments
77
(let [[errors exit-code] (run-with-arguments arguments)]
78
- (errors/print-errors errors (errors/exit-status-codes exit-code)))))
+ (errors/print-errors errors exit-code))))
0 commit comments