MCPcopy Index your code
hub / github.com/cloudfoundry/multiapps-cli-plugin / GetShortOption

Function GetShortOption

util/cf_command_options_util.go:13–18  ·  view source on GitHub ↗

GetShortOption ...

(option string)

Source from the content-addressed store, hash-verified

11
12//GetShortOption ...
13func GetShortOption(option string) string {
14 var opt bytes.Buffer
15 opt.WriteString(optionPrefix)
16 opt.WriteString(option)
17 return opt.String()
18}
19
20func DiscardIfEmpty(value string) *string {
21 if len(value) > 0 {

Callers 8

GetPluginCommandMethod · 0.92
GetPluginCommandMethod · 0.92
GetPluginCommandMethod · 0.92
GetPluginCommandMethod · 0.92
GetPluginCommandMethod · 0.92
GetPluginCommandMethod · 0.92
GetPluginCommandMethod · 0.92

Calls 1

StringMethod · 0.80

Tested by

no test coverage detected