ksud: unify version

This commit is contained in:
tiann
2023-02-03 19:34:19 +08:00
parent ed2176af8c
commit aa73c34db2
4 changed files with 51 additions and 2 deletions

View File

@@ -6,11 +6,11 @@ use android_logger::Config;
#[cfg(target_os = "android")]
use log::LevelFilter;
use crate::{apk_sign, debug, event, module};
use crate::{apk_sign, debug, defs, event, module};
/// KernelSU userspace cli
#[derive(Parser, Debug)]
#[command(author, version, about, long_about = None)]
#[command(author, version = defs::VERSION_NAME, about, long_about = None)]
struct Args {
#[command(subcommand)]
command: Commands,