temporarily remove version command

This commit is contained in:
CherretGit
2026-01-18 23:38:59 +07:00
parent 91a2990eb6
commit 48672aa0c3

View File

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