Skip to content

Commit

Permalink
Fix Zsh completion (#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Jan 8, 2025
1 parent 6b7b9b0 commit 539b80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docs/general/summary/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ package summary
var Usage = []string{"csm"}

func GetDescription() string {
return `Generates a Summary of recorded CLI commands there were executed on the current machine.
The report is generated in Markdown format and saved in the directory stored in the JFROG_CLI_COMMAND_SUMMARY_OUTPUT_DIR environment variable.
`
return `Generates a Summary of recorded CLI commands there were executed on the current machine. The report is generated in Markdown format and saved in the directory stored in the JFROG_CLI_COMMAND_SUMMARY_OUTPUT_DIR environment variable.`
}
3 changes: 1 addition & 2 deletions docs/general/token/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ package token
var Usage = []string{"atc", "atc <username>"}

func GetDescription() string {
return `Creates an access token. By default, an user-scoped token will be created.
Administrator may provide the scope explicitly with '--scope', or implicitly with '--groups', '--grant-admin'.`
return `Creates an access token. By default, an user-scoped token will be created. Administrator may provide the scope explicitly with '--scope', or implicitly with '--groups', '--grant-admin'.`
}

func GetArguments() string {
Expand Down

0 comments on commit 539b80a

Please sign in to comment.