We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe0043 commit 4fd6ab8Copy full SHA for 4fd6ab8
src/porcelain/options.rs
@@ -2,7 +2,7 @@ use clap_complete::Shell;
2
use std::path::PathBuf;
3
4
#[derive(Debug, clap::Parser)]
5
-#[clap(about = "The rusty git", version = option_env!("GIX_VERSION"))]
+#[clap(name = "ein", about = "The rusty git", version = option_env!("GIX_VERSION"))]
6
#[clap(subcommand_required = true)]
7
pub struct Args {
8
/// Do not display verbose messages and progress information
0 commit comments