eh: add version flag for versionCheckHook
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I0c4abb9b1b29cacd88d44a5a91b142766a6a6964
This commit is contained in:
parent
2739462ec0
commit
4b347ee2cc
1 changed files with 1 additions and 0 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue