Skip to content

Commit

Permalink
Tell clap that ein is named ein
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatial committed Feb 16, 2024
1 parent abe0043 commit 4fd6ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/porcelain/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use clap_complete::Shell;
use std::path::PathBuf;

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

0 comments on commit 4fd6ab8

Please sign in to comment.