Class: BotStarterCli
- Inherits:
-
Thor
- Object
- Thor
- BotStarterCli
- Defined in:
- lib/slackbot_frd/initializer/bot_starter_cli.rb
Instance Method Summary collapse
Instance Method Details
#start(*bots) ⇒ Object
6 7 8 |
# File 'lib/slackbot_frd/initializer/bot_starter_cli.rb', line 6 def start(*bots) BotStarter.start_bots([:token], [:botdir], bots) end |