修改代码注释为中文
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user