Skip to content

Commit

Permalink
Update artifactory/cli.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yahav Itschak <[email protected]>
  • Loading branch information
sverdlov93 and yahavi authored May 15, 2024
1 parent 544bae3 commit 4328579
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions artifactory/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,16 @@ import (
"github.com/urfave/cli"
)

const filesCategory = "Files Management"
const buildCategory = "Build Info"
const repoCategory = "Repository Management"
const replicCategory = "Replication"
const permCategory = "Permission Targets"
const userCategory = "User Management"
const transferCategory = "Transfer Between Artifactory Instances"
const otherCategory = "Other"
const (
filesCategory = "Files Management"
buildCategory = "Build Info"
repoCategory = "Repository Management"
replicCategory = "Replication"
permCategory = "Permission Targets"
userCategory = "User Management"
transferCategory = "Transfer Between Artifactory Instances"
otherCategory = "Other"
)

func GetCommands() []cli.Command {
return cliutils.GetSortedCommands(cli.CommandsByName{
Expand Down

0 comments on commit 4328579

Please sign in to comment.