Skip to content

Commit 4fd6ab8

Browse files
committed
Tell clap that ein is named ein
1 parent abe0043 commit 4fd6ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/porcelain/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use clap_complete::Shell;
22
use std::path::PathBuf;
33

44
#[derive(Debug, clap::Parser)]
5-
#[clap(about = "The rusty git", version = option_env!("GIX_VERSION"))]
5+
#[clap(name = "ein", about = "The rusty git", version = option_env!("GIX_VERSION"))]
66
#[clap(subcommand_required = true)]
77
pub struct Args {
88
/// Do not display verbose messages and progress information

0 commit comments

Comments
 (0)