Class: Sumcli::Commands::Start

Inherits:
Sumcli::Command show all
Defined in:
lib/sumcli/commands/start.rb

Instance Method Summary collapse

Methods inherited from Sumcli::Command

#command, #cursor, #editor, #exec_exist?, #generator, #pager, #platform, #prompt, #screen, #which

Constructor Details

#initialize(options) ⇒ Start

Returns a new instance of Start.



8
9
10
# File 'lib/sumcli/commands/start.rb', line 8

def initialize(options)
  @options = options
end

Instance Method Details

#execute(input: $stdin, output: $stdout) ⇒ Object



12
13
14
# File 'lib/sumcli/commands/start.rb', line 12

def execute(input: $stdin, output: $stdout)
  command.run("bundle exec guard")
end