diff --git bin/hirb.rb bin/hirb.rb index d6892b5..7fc9b83 100644 --- bin/hirb.rb +++ bin/hirb.rb @@ -52,8 +52,14 @@ end # so they don't go through to irb. Output shell 'usage' if user types '--help' cmdline_help = < [script-options] Script to run, along with its arguments. + + --format=OPTION Formatter for outputting results. + Valid options are: console, html. + (Default: console) + + -d | --debug Set DEBUG log levels. + -h | --help This help. HERE found = [] format = 'console'