# File lib/rhc/command_runner.rb, line 42
    def options_parse_help
      if (@args & HELP_OPTIONS).present?
        args = (@args -= HELP_OPTIONS)
        args.shift if args.first == 'help' && !command_exists?(args.join(' '))
        exit run_help(args)
      end
    end