# File lib/hammer_cli/exception_handler.rb, line 71
    def handle_help_wanted(e)
      print_message e.command.help
      HammerCLI::EX_OK
    end