Skip to content

Conversation

@tomash
Copy link

@tomash tomash commented Feb 2, 2024

Work-in-progress.

Fixes #655

Checklist:

  • options and values parity with old parse_opts
  • remaining argv-based code for running scripts and arguments pass --
  • I18n (allowing removal of lc/help-message)

@alexanderadam
Copy link
Contributor

alexanderadam commented Oct 27, 2025

Cześć @tomash, jak się masz?

Are you still on it or can I give it a go?

@tomash
Copy link
Author

tomash commented Oct 28, 2025

@alexanderadam Grüezi! Go ahead, as you can see from history I haven't worked on it since over a year. I actually forgot about this work, thanks for bringing it up!

The "only" remaining challenge is handling anything passed after "--", which is way outside OptionParser capabilities. My plan for next step was to isolate them for separate parsing and only use OptionParser on the remaining, "vanilla" arguments part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use OptionParser to parse options

2 participants