fix cherret's shitcode

This commit is contained in:
egor-white
2026-02-14 12:55:03 +03:00
committed by CherretGit
parent 0fa37abe52
commit 71d02a71ee

View File

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