We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f943a commit ca8f1feCopy full SHA for ca8f1fe
internal/boxcli/root.go
@@ -54,7 +54,6 @@ func RootCmd() *cobra.Command {
54
command.AddCommand(PlanCmd())
55
command.AddCommand(RemoveCmd())
56
command.AddCommand(RunCmd())
57
- command.AddCommand(selfUpdateCmd())
58
command.AddCommand(ServicesCmd())
59
command.AddCommand(SetupCmd())
60
command.AddCommand(ShellCmd())
0 commit comments