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

Interface FlagsParser

commands/flags_parser.go:56–58  ·  view source on GitHub ↗

FlagsParser interface used for parsing the command line arguments using the flag library

Source from the content-addressed store, hash-verified

54
55// FlagsParser interface used for parsing the command line arguments using the flag library
56type FlagsParser interface {
57 ParseFlags(flags *flag.FlagSet, args []string) error
58}
59
60// FlagsValidator interface used for validating the parsed flags
61type FlagsValidator interface {

Callers 3

ParseFlagsMethod · 0.65
ParseMethod · 0.65
ParseFlagsMethod · 0.65

Implementers 3

deployCommandLineArgumentsParsercommands/deploy_command.go
DefaultCommandFlagsParsercommands/flags_parser.go

Calls

no outgoing calls

Tested by

no test coverage detected