Sha256: 3395fe08423c9da529e529124736245020887d6b74a44e3d2fe31fb6057a5712

Contents?: true

Size: 242 Bytes

Versions: 13

Compression:

Stored size: 242 Bytes

Contents

class Loops::Commands::DebugCommand < Loops::Command
  def execute
    Loops.logger.write_to_console = true
    puts "Starting one loop in debug mode: #{options[:args].first}"
    engine.debug_loop!(options[:args].first)
    exit(0)
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
loops-2.0.9 lib/loops/commands/debug_command.rb
loops-2.0.8 lib/loops/commands/debug_command.rb
loops-2.0.7 lib/loops/commands/debug_command.rb
loops-2.0.6 lib/loops/commands/debug_command.rb
loops-2.0.5 lib/loops/commands/debug_command.rb
loops-2.0.4 lib/loops/commands/debug_command.rb
loops-2.0.3 lib/loops/commands/debug_command.rb
qik-loops-2.1.4 lib/loops/commands/debug_command.rb
loops-2.0.2 lib/loops/commands/debug_command.rb
qik-loops-2.1.3 lib/loops/commands/debug_command.rb
qik-loops-2.1.0 lib/loops/commands/debug_command.rb
loops-2.0.1 lib/loops/commands/debug_command.rb
loops-2.0.0 lib/loops/commands/debug_command.rb