# File lib/nanoc3/cli/base.rb, line 56 def run(args) super(args) rescue Interrupt => e exit(1) rescue StandardError, ScriptError => e print_error(e) exit(1) end