mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Remove redundant alias in uv init
CLI (#10124)
This commit is contained in:
parent
340e30d91e
commit
561103bf68
1 changed files with 1 additions and 1 deletions
|
@ -2565,7 +2565,7 @@ pub struct InitArgs {
|
|||
///
|
||||
/// By default, adds a requirement on the system Python version; use `--python` to specify an
|
||||
/// alternative Python version requirement.
|
||||
#[arg(long, alias="script", conflicts_with_all=["app", "lib", "package", "build_backend"])]
|
||||
#[arg(long, conflicts_with_all=["app", "lib", "package", "build_backend"])]
|
||||
pub r#script: bool,
|
||||
|
||||
/// Initialize a version control system for the project.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue