Skip to content

Commit

Permalink
return exit code 0 for 1cfg --help (fix #32)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoBonacci committed Jan 14, 2021
1 parent ac38db9 commit 493fed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1config-cli/src/com/brunobonacci/oneconfig/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(format (str (slurp (io/resource "help-page.txt")) \newline)
(util/oneconfig-version))
(str/join "\n" errors))
(System/exit 1))
(System/exit 0))



Expand Down

0 comments on commit 493fed5

Please sign in to comment.