Skip to content

Commit

Permalink
Set display name to cargo
Browse files Browse the repository at this point in the history
This fixes a CI failure of the check_version_exists test.

See also clap-rs/clap#3693
  • Loading branch information
est31 committed Jan 14, 2023
1 parent b84d478 commit a14f2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Expand Up @@ -42,6 +42,7 @@ pub fn run<I: IntoIterator<Item = OsString>, W: Write>(args :I, config :&mut Con
#[derive(Parser, Debug)]
#[command(
about,
name = "cargo",
bin_name = "cargo",
)]
enum Opt {
Expand Down

0 comments on commit a14f2a7

Please sign in to comment.