mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Update "about" in help menu (#4782)
Following #4773 ``` ❯ cargo run -q -- -h An extremely fast Python package manager. Usage: uv [OPTIONS] <COMMAND> ```
This commit is contained in:
parent
f980e3f4fc
commit
81442f0b4c
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ fn extra_name_with_clap_error(arg: &str) -> Result<ExtraName> {
|
|||
|
||||
#[derive(Parser)]
|
||||
#[command(name = "uv", author, version = uv_version::version(), long_version = crate::version::version())]
|
||||
#[command(about = "An extremely fast Python package manager.")]
|
||||
#[command(propagate_version = true)]
|
||||
#[allow(clippy::struct_excessive_bools)]
|
||||
pub struct Cli {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue