未验证 提交 4d53d27f 编写于 作者: LinuxSuRen's avatar LinuxSuRen 提交者: GitHub

Merge pull request #189 from LinuxSuRen/fix/desc

Fix the wrong description of completion command
......@@ -18,7 +18,7 @@ var completionCmd = &cobra.Command{
## or, if running Bash 4.1+
brew install bash-completion@2
## you may need add the completion to your completion directory
kubectl completion bash > $(brew --prefix)/etc/bash_completion.d/kubectl
jcli completion > $(brew --prefix)/etc/bash_completion.d/jcli
## If you get trouble, please visit https://github.com/jenkins-zh/jenkins-cli/issues/83.`,
Run: func(cmd *cobra.Command, _ []string) {
rootCmd.GenBashCompletion(cmd.OutOrStdout())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册