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

Method ParseFlags

commands/flags_parser.go:57–57  ·  view source on GitHub ↗
(flags *flag.FlagSet, args []string)

Source from the content-addressed store, hash-verified

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

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