59 60 61 62 63
# File 'lib/focuslight/cli.rb', line 59 def start Dotenv.load require "foreman/cli" Foreman::CLI.new.invoke(:start, [], {}) end