Skip to content

Commit

Permalink
Deployed bbcc32c with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Mar 3, 2024
1 parent 932358a commit 4cdfdb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions clojure-cli/built-in-commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -877,9 +877,9 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#deps-tool" class="md-nav__link">
<a href="#deps-alias" class="md-nav__link">
<span class="md-ellipsis">
:deps tool
:deps alias
</span>
</a>

Expand Down Expand Up @@ -8119,9 +8119,9 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#deps-tool" class="md-nav__link">
<a href="#deps-alias" class="md-nav__link">
<span class="md-ellipsis">
:deps tool
:deps alias
</span>
</a>

Expand Down Expand Up @@ -8235,7 +8235,7 @@ <h1 id="clojure-cli-built-in-commands">Clojure CLI Built-in commands<a class="he
<p><code>clj</code> is a wrapper script for the <code>clojure</code> command (<code>rlwrap</code> required) to add command history to the basic REPL prompt.</p>
<p><code>clojure -T:deps</code> to run one of several built-in commands to help work with Clojure CLI projects and libraries.</p>
<p><code>clojure --help</code> list the available commands.</p>
<h2 id="deps-tool">:deps tool<a class="headerlink" href="#deps-tool" title="Permanent link">λ︎</a></h2>
<h2 id="deps-alias">:deps alias<a class="headerlink" href="#deps-alias" title="Permanent link">λ︎</a></h2>
<p>The <code>:deps</code> aliases provides tools for managing library dependencies. </p>
<p>The Clojure CLI <code>-X</code> flag is used to call these tools via <code>clojure.exec</code> and take key value pairs as arguments</p>
<table>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 4cdfdb8

Please sign in to comment.