- 修正了trace级别日志输出时显示debug级别的问题

- 🔨 优雅处理所有的错误
- 🔨 将代码分离为单个文件
This commit is contained in:
lkhsss
2025-08-12 17:49:34 +08:00
parent f1ee83bf79
commit 3ad5be3a01
14 changed files with 331 additions and 319 deletions

View File

@ -14,7 +14,7 @@ pub struct Cli {
/// 输出目录
#[arg(short, long, name = "输出目录", default_value = "NcmmiaoOutput")]
pub output: Option<String>,
pub output: String,
/// 强制覆盖保存开关
#[arg(short, long, name = "强制覆盖开关")]