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 9404e0e commit 4976787Copy full SHA for 4976787
enterprise/cli/workspaceproxy.go
@@ -120,6 +120,7 @@ func (r *RootCmd) patchProxy() *clibase.Cmd {
120
Handler: func(inv *clibase.Invocation) error {
121
ctx := inv.Context()
122
if proxyIcon == "" && displayName == "" && proxyName == "" {
123
+ _ = inv.Command.HelpHandler(inv)
124
return xerrors.Errorf("specify at least one field to update")
125
}
126
0 commit comments