Skip to content

Commit ece60a1

Browse files
committed
cargo dev generate-all
1 parent 0faacd1 commit ece60a1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/reference/cli.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,17 @@ uv init [OPTIONS] [PATH]
506506
</ul>
507507
</dd><dt><code>--quiet</code>, <code>-q</code></dt><dd><p>Do not print any output</p>
508508

509+
</dd><dt><code>--vcs</code> <i>vcs</i></dt><dd><p>Initialize a new repository for the given version control system.</p>
510+
511+
<p>By default, uv will try to initialize a Git repository (<code>git</code>). Use <code>none</code> to skip repository initialization.</p>
512+
513+
<p>Possible values:</p>
514+
515+
<ul>
516+
<li><code>git</code>: Use Git for version control</li>
517+
518+
<li><code>none</code>: Do not use version control</li>
519+
</ul>
509520
</dd><dt><code>--verbose</code>, <code>-v</code></dt><dd><p>Use verbose output.</p>
510521

511522
<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>

0 commit comments

Comments
 (0)