We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ff1ff commit e685454Copy full SHA for e685454
1 file changed
src/main/clojure/cljs/cli.clj
@@ -721,7 +721,7 @@ generic - the combinations must be explicitly supported"}
721
:doc "Print this help message and exit"}}}))
722
723
(defn get-arg-default
724
- "Given commands and arg, return the :defaults value for that arg. The
+ "Given commands and arg, return the :default value for that arg. The
725
arg should either be a bool, or declare :optional-arg? in the config"
726
[commands arg]
727
(let [config (get-in commands [:index arg])]
0 commit comments