Class: Superbot::CLI::RunCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Superbot::CLI::RunCommand
- Includes:
- Validations
- Defined in:
- lib/superbot/cli/run_command.rb
Instance Method Summary collapse
Methods included from Validations
Instance Method Details
#execute ⇒ Object
14 15 16 17 18 19 20 21 22 |
# File 'lib/superbot/cli/run_command.rb', line 14 def execute web = Superbot::Web.new web.run_async_after_running! puts "🤖 active" puts "" puts "Press enter to exit" $stdin.gets end |