Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ RemoveCommand
Method
RemoveCommand
cf/commandregistry/registry.go:111–113 ·
view source on GitHub ↗
(cmdName string)
Source
from the content-addressed store, hash-verified
109
}
110
111
func
(r *registry) RemoveCommand(cmdName string) {
112
delete(r.cmd, cmdName)
113
}
114
115
func
(r *registry) TotalCommands() int {
116
return
len(r.cmd)
Callers
2
install_plugin_test.go
File · 0.80
registry_test.go
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected