Skip to content

Commit

Permalink
fix(nargo): correct name in CLI output from nargo_cli to nargo (#…
Browse files Browse the repository at this point in the history
…1095)

fix: correct name in CLI output from `nargo_cli` to `nargo`
  • Loading branch information
TomAFrench authored Apr 5, 2023
1 parent 41e0020 commit 74d7369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nargo_cli/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static VERSION_STRING: &str =
formatcp!("{} (git version hash: {}, is dirty: {})", CARGO_PKG_VERSION, GIT_HASH, IS_DIRTY);

#[derive(Parser, Debug)]
#[command(author, version=VERSION_STRING, about, long_about = None)]
#[command(name="nargo", author, version=VERSION_STRING, about, long_about = None)]
struct NargoCli {
#[command(subcommand)]
command: NargoCommand,
Expand Down

0 comments on commit 74d7369

Please sign in to comment.