Skip to content

Commit

Permalink
Merge pull request #13 from nfurfaro/furnic/add-version-command
Browse files Browse the repository at this point in the history
feat: add --version option
  • Loading branch information
nfurfaro authored Feb 16, 2024
2 parents d239d13 + ab58c67 commit 1492bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub enum Subcommand {

/// Mutate Noir code and run tests against each mutation.
#[derive(Parser, PartialEq, Default, Clone, Debug)]
#[clap(version = env!("CARGO_PKG_VERSION"))]
pub struct Args {
/// The target language
#[clap(short, long)]
Expand Down

0 comments on commit 1492bdc

Please sign in to comment.