Skip to content

Commit

Permalink
Improve upload archive progress bar
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Jan 8, 2025
1 parent 1af6c2b commit 5a82768
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/buildtools/setup/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ func GetDescription() string {
return "An interactive command to set up your local package manager to work with JFrog Artifactory. Supported package managers are: " +
strings.Join(setup.GetSupportedPackageManagersList(), ", ")
}

func GetArguments() string {
return ` package manager
The package manager to set up. Supported package managers are: ` + strings.Join(setup.GetSupportedPackageManagersList(), ", ")
}

0 comments on commit 5a82768

Please sign in to comment.