Documentation ¶
Index ¶
- type Prune
- func (prune *Prune) GetDescription() string
- func (prune *Prune) GetFlagSet() *flag.FlagSet
- func (prune *Prune) GetHelpFlag() *bool
- func (prune *Prune) GetName() string
- func (prune *Prune) GetSubCommands() []cli.Command
- func (prune *Prune) Init(helpFlagName string, helpFlagDescription string)
- func (prune *Prune) Process()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Prune ¶
type Prune struct {
// contains filtered or unexported fields
}
Prune queries then notifies (using configured notification channels) infrastructure that has expired
func (*Prune) GetDescription ¶
GetDescription returns the description for the prune command
func (*Prune) GetFlagSet ¶
GetFlagSet returns a pointer to the flag.FlagSet associated to the command
func (*Prune) GetHelpFlag ¶
GetHelpFlag returns a pointer to the initialized help flag for the command
func (*Prune) GetSubCommands ¶
GetSubCommands returns a slice of subcommands under the prune command (expect empty slice if none)
Click to show internal directories.
Click to hide internal directories.