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
Improve handling of ri's --help and --version options
Explicitly handle ri's --help and --version options instead of
relying on OptionParser's default behavior. This makes both options
appear in the ri --help text.
This also fixes `ri -h' which did not work as expected: instead of
displaying the help text, ri started in interactive mode, apparently
ignoring the option.
0 commit comments