refactor: 移除未使用的代码和注释掉的辅助函数

This commit is contained in:
2026-03-20 18:05:33 +08:00
parent 0289dd4684
commit 0c7d2ad518
6 changed files with 123 additions and 118 deletions

View File

@@ -750,7 +750,7 @@ impl ConfigCommand {
let manager = self.get_manager(config_path)?;
let toml = manager.export()?;
let export_content = if let Some(path) = output {
let export_content = if let Some(_path) = output {
let pwd = if let Some(p) = password {
p.to_string()
} else {