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 <michaelsv@jfrog.com>
  • Loading branch information
sverdlov93 committed Feb 4, 2025
1 parent 1e86603 commit 2ca4b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildtools/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ func NpmPublishCmd(c *cli.Context) (err error) {
return
}

// Currently, the setup command is commented out, but it is ready to be used.
func setupCmd(c *cli.Context) (err error) {
if c.NArg() > 1 {
return cliutils.WrongNumberOfArgumentsHandler(c)
Expand Down

0 comments on commit 2ca4b2e

Please sign in to comment.