pakker-cli: enable version commdn
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ic291383760519562a033172ea6c6d8e96a6a6964
This commit is contained in:
parent
be3dc4689a
commit
1efbbe0353
1 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,11 @@ use crate::model::{
|
|||
|
||||
#[derive(Parser)]
|
||||
#[clap(name = "pakker")]
|
||||
#[clap(about = "A multiplatform modpack manager for Minecraft", long_about = None)]
|
||||
#[clap(
|
||||
about = "A multiplatform modpack manager for Minecraft",
|
||||
long_about = None,
|
||||
version
|
||||
)]
|
||||
pub struct Cli {
|
||||
/// Enable verbose output (-v for info, -vv for debug, -vvv for trace)
|
||||
#[clap(short, long, action = clap::ArgAction::Count)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue