You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/upgrade/upgrade.go
+28-10Lines changed: 28 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,24 +19,42 @@ func Cmd() *cobra.Command {
19
19
ValidArgs: append(toolMap.Names(), "all"),
20
20
Short: "Upgrade an existing tool",
21
21
Long: "Upgrades one or more tools from the provided list. It's valid to specify multiple tools: in this case, all tools provided will be upgraded. If no specific tools are provided, all are (installed and) upgraded by default.",
0 commit comments