Skip to content

Commit b9270ee

Browse files
committed
wip
1 parent d306357 commit b9270ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::ffi::OsString;
55

66
/// Run Cargo binaries on demand, installing them via `cargo-binstall` when missing.
77
#[derive(Parser, Debug)]
8-
#[command(author, version, about, long_about = None, arg_required_else_help = true)]
8+
#[command(name = "cargox", author, version, about, long_about = None, arg_required_else_help = true)]
99
pub struct Cli {
1010
/// Crate to run, optionally suffixed with `@version`
1111
#[arg(value_name = "crate[@version]")]

0 commit comments

Comments
 (0)