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

Function NewPurgeConfigCommand

commands/purge_config_command.go:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func NewPurgeConfigCommand() *PurgeConfigCommand {
18 baseCmd := &BaseCommand{flagsParser: NewDefaultCommandFlagsParser(nil), flagsValidator: NewDefaultCommandFlagsValidator(nil)}
19 purgeConfigCmd := &PurgeConfigCommand{baseCmd}
20 baseCmd.Command = purgeConfigCmd
21 return purgeConfigCmd
22}
23
24func (c *PurgeConfigCommand) GetPluginCommand() plugin.Command {
25 return plugin.Command{

Callers 2

Tested by

no test coverage detected