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

Struct DefaultCommandFlagsParser

commands/flags_parser.go:66–68  ·  view source on GitHub ↗

DefaultCommandFlagsParser defines default implementation of the parser. It uses positional arguments and assumes that the command args will contain arguments

Source from the content-addressed store, hash-verified

64
65// DefaultCommandFlagsParser defines default implementation of the parser. It uses positional arguments and assumes that the command args will contain arguments
66type DefaultCommandFlagsParser struct {
67 positionalArgNames []string
68}
69
70// NewDefaultCommandFlagsParser initializes DefaultCommandFlagsParser
71func NewDefaultCommandFlagsParser(positionalArgNames []string) DefaultCommandFlagsParser {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected