修改代码注释为中文

This commit is contained in:
zyj
2026-03-04 14:10:30 +08:00
parent 89d64cb117
commit 2cb4e1a87b
16 changed files with 1031 additions and 69 deletions

View File

@@ -30,8 +30,8 @@ func newDiffCmd() *cobra.Command {
return fmt.Errorf("请指定对比目标: --current 或 --with <pack-name>")
}
// TODO: Implement diff logic
fmt.Println("(diff not yet implemented)")
// TODO: 实现差异对比逻辑
fmt.Println("(差异对比功能尚未实现)")
return nil
},
}