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

-- separator #117

Open
piegamesde opened this issue Feb 3, 2024 · 1 comment
Open

-- separator #117

piegamesde opened this issue Feb 3, 2024 · 1 comment

Comments

@piegamesde
Copy link

In many CLI parsers, it is a common convention to use -- as a special argument which will force all subsequent arguments to be read as positional/"free". After a quick glance at documentation and code of this crate, I could not find any information on this. How does this crate currently handle the presence of -- options? If it doesn't then consider this a feature request.

@correabuscar
Copy link

correabuscar commented Jul 6, 2024

it's been added in #100
but no updated version since then's been published, so 0.2.21 that you see on crates dot io, is from 5 years ago and doesn't have it in.

possibly not published yet due to the need to ensure it doesn't break anything:

The getopts library is used by rustc, so we have to be careful about not changing its behavior.

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

No branches or pull requests

2 participants