# File lib/nanoc/cli.rb, line 49 def self.run(args) Nanoc::CLI::ErrorHandler.handle_while do self.setup self.root_command.run(args) end end