Skip to content

Commit 561103b

Browse files
Remove redundant alias in uv init CLI (#10124)
1 parent 340e30d commit 561103b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/uv-cli/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2565,7 +2565,7 @@ pub struct InitArgs {
25652565
///
25662566
/// By default, adds a requirement on the system Python version; use `--python` to specify an
25672567
/// alternative Python version requirement.
2568-
#[arg(long, alias="script", conflicts_with_all=["app", "lib", "package", "build_backend"])]
2568+
#[arg(long, conflicts_with_all=["app", "lib", "package", "build_backend"])]
25692569
pub r#script: bool,
25702570

25712571
/// Initialize a version control system for the project.

0 commit comments

Comments
 (0)