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

Function NewMtasCommand

commands/mtas_command.go:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func NewMtasCommand() *MtasCommand {
19 baseCmd := &BaseCommand{flagsParser: NewDefaultCommandFlagsParser(nil), flagsValidator: NewDefaultCommandFlagsValidator(nil)}
20 mtasCmd := &MtasCommand{baseCmd}
21 baseCmd.Command = mtasCmd
22 return mtasCmd
23}
24
25// GetPluginCommand returns the plugin command details
26func (c *MtasCommand) GetPluginCommand() plugin.Command {

Callers 2

Tested by

no test coverage detected