修改代码注释为中文
This commit is contained in:
@@ -19,12 +19,12 @@ func newInitCmd() *cobra.Command {
|
||||
Long: `初始化 DevPack,创建配置目录和默认配置文件。`,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
fmt.Println("🚀 Initializing DevPack...")
|
||||
// TODO: Implement init logic
|
||||
// 1. Create ~/.devpack/ directory
|
||||
// 2. Create config.yaml
|
||||
// 3. Create profiles/ directory
|
||||
// 4. Create packs/ directory
|
||||
// 5. Create logs/ directory
|
||||
// TODO: 实现初始化逻辑
|
||||
// 1. 创建 ~/.devpack/ 目录
|
||||
// 2. 创建 config.yaml 配置文件
|
||||
// 3. 创建 profiles/ 目录
|
||||
// 4. 创建 packs/ 目录
|
||||
// 5. 创建 logs/ 目录
|
||||
fmt.Println("✅ DevPack initialized successfully!")
|
||||
fmt.Println("\nRun 'devpack scan' to scan your current environment.")
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user