diff --git a/src/main.rs b/src/main.rs index 902cfe6..bfd613d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,