# File lib/hammer_cli/exception_handler.rb, line 65 def handle_usage_exception(e) print_error _("Error: %{message}\n\nSee: '%{path} --help'") % {:message => e.message, :path => e.command.invocation_path} log_full_error e HammerCLI::EX_USAGE end