Skip to content

Commit

Permalink
[#10] add version to help
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 20, 2020
1 parent 17e5b8f commit d9a74b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

(set! *warn-on-reflection* true)

(def version "1.10.1.496")
(def version "1.10.1.502")
(def deps-clj-version "0.0.7-SNAPSHOT")

(defn shell-command
Expand Down Expand Up @@ -51,7 +51,8 @@
(System/exit exit-code))
string-out))))

(def help-text (str/trim "
(def help-text (str "Version: " version "
Usage: clojure [dep-opt*] [init-opt*] [main-opt] [arg*]
clj [dep-opt*] [init-opt*] [main-opt] [arg*]
Expand Down
3 changes: 2 additions & 1 deletion src/borkdude/deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
(System/exit exit-code))
string-out))))

(def help-text (str/trim "
(def help-text (str "Version: " version "
Usage: clojure [dep-opt*] [init-opt*] [main-opt] [arg*]
clj [dep-opt*] [init-opt*] [main-opt] [arg*]
Expand Down

0 comments on commit d9a74b8

Please sign in to comment.