# File lib/consular/cli.rb, line 33 def start(project = nil) path = termfile_path(project) message_unless_file(path) { valid_core.new(path).process! } end