Skip to content

Commit

Permalink
docs: Add transitive option to tool's help
Browse files Browse the repository at this point in the history
cf. #228
  • Loading branch information
liquidz committed Jun 25, 2023
1 parent 461b526 commit 59f48a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/antq/tool.clj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
- :download <boolean>
- :ignore-locals <boolean>
- :check-clojure-tools <boolean>
- :no-diff <boolean>"
- :no-diff <boolean>
- :transitive <boolean>"
[& [options]]
(let [options (prepare-options options)]
(binding [log/*verbose* (:verbose options false)]
Expand Down

0 comments on commit 59f48a8

Please sign in to comment.