You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently IRB parses command line options with IRB.parse_opts, which means the output of irb --help needs to be manually updated. We should use OptionParser instead to make the task easier.
The text was updated successfully, but these errors were encountered:
Currently IRB parses command line options with
IRB.parse_opts
, which means the output ofirb --help
needs to be manually updated. We should useOptionParser
instead to make the task easier.The text was updated successfully, but these errors were encountered: