refactor: 移除未使用的代码和注释掉的辅助函数
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user