There was an error while loading. Please reload this page.
2 parents 58511d4 + 4021889 commit ce0dbf5Copy full SHA for ce0dbf5
2 files changed
internal/commands/version.go
main.go
@@ -50,7 +50,6 @@ func run(ctx context.Context) error {
50
root.Version = versionString
51
root.Short = fmt.Sprintf("Wherobots CLI %s", buildVersion)
52
commands.AddUpgradeCommand(root, buildVersion)
53
- commands.AddVersionCommand(root, versionString)
54
execErr := root.ExecuteContext(ctx)
55
56
// After the command finishes, print an update notice if one is available.
0 commit comments