mirror of
https://github.com/egor-white/zaprett.git
synced 2026-03-22 00:18:13 +05:00
fix cherret's shitcode
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user