Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/jfrog/jfrog-cli-core into updep
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed May 8, 2024
2 parents db5d3a1 + 7173b50 commit fd6f2a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/components/conversionlayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func convertCommand(cmd Command, namespaces ...string) (cli.Command, error) {
Flags: convertedFlags,
Aliases: cmd.Aliases,
Category: cmd.Category,
Usage: cmd.Description,
Description: cmd.Description,
HelpName: common.CreateUsage(getCmdUsageString(cmd, namespaces...), cmd.Description, cmdUsages),
UsageText: createArgumentsSummary(cmd),
Expand Down

0 comments on commit fd6f2a6

Please sign in to comment.