Skip to content

Commit

Permalink
Merge pull request #78 from mobusoperandi/command-version-about
Browse files Browse the repository at this point in the history
command version about
  • Loading branch information
mightyiam authored Feb 20, 2024
2 parents 5fc445c + 2b2959d commit 4ea1469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::{
};

#[derive(Debug, clap::Parser)]
#[command()]
#[command(version, about)]
struct Cli {
/// Path to a `nix` executable
nix_path: camino::Utf8PathBuf,
Expand Down

0 comments on commit 4ea1469

Please sign in to comment.