Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use OptionParser to parse options #655

Open
st0012 opened this issue Jul 23, 2023 · 0 comments · May be fixed by #858
Open

Use OptionParser to parse options #655

st0012 opened this issue Jul 23, 2023 · 0 comments · May be fixed by #858
Labels
enhancement New feature or request

Comments

@st0012
Copy link
Member

st0012 commented Jul 23, 2023

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.

@st0012 st0012 added the enhancement New feature or request label Jul 23, 2023
@tomash tomash linked a pull request Feb 2, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant