修改代码注释为中文
This commit is contained in:
@@ -20,7 +20,7 @@ func newExportCmd() *cobra.Command {
|
||||
output = packName + ".devpack"
|
||||
}
|
||||
fmt.Printf("📤 Exporting \"%s\" to %s...\n", packName, output)
|
||||
// TODO: Implement export logic
|
||||
// TODO: 实现导出逻辑
|
||||
fmt.Printf("✅ Exported: %s\n", output)
|
||||
return nil
|
||||
},
|
||||
@@ -45,7 +45,7 @@ func newImportCmd() *cobra.Command {
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
filePath := args[0]
|
||||
fmt.Printf("📥 Importing %s...\n", filePath)
|
||||
// TODO: Implement import logic
|
||||
// TODO: 实现导入逻辑
|
||||
fmt.Println("✅ Import complete!")
|
||||
return nil
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user