Skip to content

Commit

Permalink
Update crates/uv-cli/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Zanie Blue <contact@zanie.dev>
  • Loading branch information
eth3lbert and zanieb committed Jul 31, 2024
1 parent e0cebd7 commit 41a40fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub struct Cli {
}

#[derive(Parser, Debug, Clone)]
#[command(mut_args(|arg| arg.help_heading("Global Options")))]
#[command(mut_args(|arg| arg.help_heading("Global options")))]
#[allow(clippy::struct_excessive_bools)]
pub struct GlobalArgs {
/// Do not print any output.
Expand Down

0 comments on commit 41a40fb

Please sign in to comment.