Skip to content

Commit

Permalink
cargo dev generate-all
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Sep 7, 2024
1 parent 0faacd1 commit ece60a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,17 @@ uv init [OPTIONS] [PATH]
</ul>
</dd><dt><code>--quiet</code>, <code>-q</code></dt><dd><p>Do not print any output</p>

</dd><dt><code>--vcs</code> <i>vcs</i></dt><dd><p>Initialize a new repository for the given version control system.</p>

<p>By default, uv will try to initialize a Git repository (<code>git</code>). Use <code>none</code> to skip repository initialization.</p>

<p>Possible values:</p>

<ul>
<li><code>git</code>: Use Git for version control</li>

<li><code>none</code>: Do not use version control</li>
</ul>
</dd><dt><code>--verbose</code>, <code>-v</code></dt><dd><p>Use verbose output.</p>

<p>You can configure fine-grained logging using the <code>RUST_LOG</code> environment variable. (&lt;https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives&gt;)</p>
Expand Down

0 comments on commit ece60a1

Please sign in to comment.