eh: add version flag for versionCheckHook

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I0c4abb9b1b29cacd88d44a5a91b142766a6a6964
This commit is contained in:
raf 2025-11-13 01:35:00 +03:00
commit 4b347ee2cc
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -11,6 +11,7 @@ pub use error::{EhError, Result};
#[derive(Parser)]
#[command(name = "eh")]
#[command(about = "Ergonomic Nix helper", long_about = None)]
#[command(version)]
pub struct Cli {
#[command(subcommand)]
pub command: Option<Command>,