pi_portal.modules.integrations.slack.cli.commands.command_help

Slack CLI Help command.

class pi_portal.modules.integrations.slack.cli.commands.command_help.HelpCommand(bot)[source]

Slack CLI command to list the available commands.

Parameters:

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

invoke()[source]

Send a list of available CLI commands.

Return type:

None