From 2b2959dd99d54c1a6cf6ad04c94bbf4b812195f8 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Tue, 20 Feb 2024 13:13:23 +0700 Subject: [PATCH] docs: version, about in --help --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,