We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d306357 commit b9270eeCopy full SHA for b9270ee
src/cli.rs
@@ -5,7 +5,7 @@ use std::ffi::OsString;
5
6
/// Run Cargo binaries on demand, installing them via `cargo-binstall` when missing.
7
#[derive(Parser, Debug)]
8
-#[command(author, version, about, long_about = None, arg_required_else_help = true)]
+#[command(name = "cargox", author, version, about, long_about = None, arg_required_else_help = true)]
9
pub struct Cli {
10
/// Crate to run, optionally suffixed with `@version`
11
#[arg(value_name = "crate[@version]")]
0 commit comments