pi_portal.modules.integrations.slack.cli.commands.bases.command

Base command class for Slack CLI commands.

class pi_portal.modules.integrations.slack.cli.commands.bases.command.SlackCommandBase(bot)[source]

A base command for the Slack CLI.

Parameters:

bot (SlackBot) – The configured slack bot in use.

abstract invoke()

Invoke this command.

Return type:

None