Skip to content

Commit 80f2ab6

Browse files
fix: 修正命令名称从 gitlab-cli-sdk 改为 gitlab-cli
1 parent d192dd2 commit 80f2ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cli/cmd.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import (
1313
// BuildRootCommand 构建根命令
1414
func BuildRootCommand(cfg *config.CLIConfig, version string) *cobra.Command {
1515
rootCmd := &cobra.Command{
16-
Use: "gitlab-cli-sdk",
16+
Use: "gitlab-cli",
1717
Short: "GitLab 用户和项目自动化管理工具(使用 GitLab Go SDK)",
1818
Version: version,
19-
Long: `GitLab CLI SDK 是基于官方 GitLab Go SDK 的用户和项目自动化管理工具。
19+
Long: `GitLab CLI 是基于官方 GitLab Go SDK 的用户和项目自动化管理工具。
2020
它通过 YAML 配置文件批量创建和管理 GitLab 用户、组和项目。
2121
2222
特性:

0 commit comments

Comments
 (0)