Skip to content

Commit

Permalink
docs: Add docs for --changes-in-table option
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Dec 10, 2023
1 parent 2eacef6 commit cee7d00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,12 @@ Please use `--no-changes` instead.

Skip checking diff between deps' versions. Disabled by default.

=== --changes-in-table

Show changes URLs in table.
This option is only available for `table` reporter.
Disabed by default.

=== --transitive

Scan outdated transitive dependencies. Disabled by default.
Expand Down
1 change: 1 addition & 0 deletions src/antq/tool.clj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
- :ignore-locals <boolean>
- :check-clojure-tools <boolean>
- :no-diff <boolean>
- :changes-in-table <boolean>
- :transitive <boolean>"
[& [options]]
(let [options (prepare-options options)]
Expand Down

0 comments on commit cee7d00

Please sign in to comment.