print only version

This commit is contained in:
CherretGit
2026-02-14 15:24:05 +07:00
parent bbb20a8883
commit 468b7fcbf5

View File

@@ -5,7 +5,7 @@ use commands::Command;
use getset::Getters;
#[derive(Parser, Getters)]
#[command(version)]
#[command(version = env!("CARGO_PKG_VERSION"))]
#[getset(get = "pub")]
pub struct CliApp {
#[command(subcommand)]