去除多余配置

This commit is contained in:
lubeilin
2023-03-19 22:03:10 +08:00
parent ddfb5ac943
commit 79fa2a0823
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -91,6 +91,7 @@ pub struct StartArgs {
off_command_server: bool,
/// 记录日志,输出在 home/.switch 目录下,长时间使用时不建议开启
/// Output the log in the "home/.switch" directory
#[arg(long)]
log: bool,
}