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

Method defineCommandOptions

commands/mta_command.go:55–57  ·  view source on GitHub ↗
(flags *flag.FlagSet)

Source from the content-addressed store, hash-verified

53}
54
55func (c *MtaCommand) defineCommandOptions(flags *flag.FlagSet) {
56 flags.String(namespaceOpt, "", "")
57}
58
59func (c *MtaCommand) executeInternal(positionalArgs []string, dsHost string, flags *flag.FlagSet, cfTarget util.CloudFoundryTarget) ExecutionStatus {
60 mtaID := positionalArgs[0]

Callers

nothing calls this directly

Calls 1

StringMethod · 0.80

Tested by

no test coverage detected