Skip to content

Commit

Permalink
clojure-cll: format built-in commands page
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Mar 6, 2024
1 parent d62e20e commit 589ea6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/clojure-cli/built-in-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `:deps` aliases provides tools for managing library dependencies.

The Clojure CLI `-X` flag is used to call these tools via `clojure.exec` and take key value pairs as arguments

| aliases | Description |
| Aliases | Description |
| --------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| `clojure -X:deps list` | List full transitive deps set and licenses |
| `clojure -X:deps tree` | download dependencies & print dependency tree, indenting libraries that are dependencies of dependencies |
Expand Down Expand Up @@ -480,5 +480,6 @@ Generate or update pom.xml with deps and paths

[tools.deps and cli guide](https://clojure.org/reference/deps_and_cli){target=_blank .md-button}
[clojure.main guide](https://clojure.org/reference/repl_and_main){target=_blank .md-button}

[clojure.main API Reference](https://clojure.github.io/clojure/clojure.main-api.html){target=_blank .md-button}
[tools.deps.alpha API Reference](https://clojure.github.io/tools.deps.alpha/){target=_blank .md-button}

0 comments on commit 589ea6d

Please sign in to comment.