We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d192dd2 commit 80f2ab6Copy full SHA for 80f2ab6
internal/cli/cmd.go
@@ -13,10 +13,10 @@ import (
13
// BuildRootCommand 构建根命令
14
func BuildRootCommand(cfg *config.CLIConfig, version string) *cobra.Command {
15
rootCmd := &cobra.Command{
16
- Use: "gitlab-cli-sdk",
+ Use: "gitlab-cli",
17
Short: "GitLab 用户和项目自动化管理工具(使用 GitLab Go SDK)",
18
Version: version,
19
- Long: `GitLab CLI SDK 是基于官方 GitLab Go SDK 的用户和项目自动化管理工具。
+ Long: `GitLab CLI 是基于官方 GitLab Go SDK 的用户和项目自动化管理工具。
20
它通过 YAML 配置文件批量创建和管理 GitLab 用户、组和项目。
21
22
特性:
0 commit comments