Skip to content

Commit

Permalink
🆕 Expose debug flag for downstream code
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Jul 3, 2024
1 parent f397d6c commit b2be97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools_convenience/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(:require [clojure.string :as s]
[clojure.tools.build.api :as b]))

(def ^:private debug (Boolean/parseBoolean (s/trim (str (System/getenv "TOOLS_CONVENIENCE_DEBUG")))))
(def debug (Boolean/parseBoolean (s/trim (str (System/getenv "TOOLS_CONVENIENCE_DEBUG")))))

(defn- format-command-line
"Returns a string representation of the given command line (a sequence of values), in a format that can be copied and pasted into a terminal."
Expand Down

0 comments on commit b2be97c

Please sign in to comment.