MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / Args

Method Args

commands/flags_parser.go:51–53  ·  view source on GitHub ↗

Args returns the first parsed command line arguments WITHOUT the options

()

Source from the content-addressed store, hash-verified

49
50// Args returns the first parsed command line arguments WITHOUT the options
51func (p CommandFlagsParser) Args() []string {
52 return p.parsedArgs
53}
54
55// FlagsParser interface used for parsing the command line arguments using the flag library
56type FlagsParser interface {

Callers 1

ExecuteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected