# Structs
PMMAdminCommands stores all commands, flags and arguments for the "pmm-admin" binary.
PMMCommands stores all commands, flags and arguments for the "pmm" binary.
# Interfaces
CmdGlobalFlagsRunner represents a command to be run with global CLI flags.
CmdRunner represents a command to be run without arguments.
CmdWithContextRunner represents a command to be run with context.
GlobalFlagsGetter supports retrieving GlobalFlags.