Skip to content

Commit

Permalink
Update "about" in help menu (#4782)
Browse files Browse the repository at this point in the history
Following #4773 

```
❯ cargo run -q -- -h
An extremely fast Python package manager.

Usage: uv [OPTIONS] <COMMAND>
```
  • Loading branch information
zanieb committed Jul 3, 2024
1 parent f980e3f commit 81442f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/uv-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 81442f0

Please sign in to comment.