Skip to content

Commit

Permalink
docs: version, about in --help
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Feb 20, 2024
1 parent 98a49af commit 2145acf
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 2145acf

Please sign in to comment.