class Opal::CliRunners::Compiler

def start

def start
  if @watch
    watch_compile
  else
    compile
  end
  0
end