8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to create a parser for something like the following:
./appName search-cmd -v -- -v
search verbose (-v) for text "-v". In bash it is common to use '--' to signal end of options. I have problems create a parser for this.
Can you help?
The text was updated successfully, but these errors were encountered:
I think the feature you're hoping to use is expressed by this logged issue and solved by this merged PR.
There hasn't been an official release with this new feature though since that feature was merged. Here's an open ticket asking for such a new release.
Sorry, something went wrong.
No branches or pull requests
I tried to create a parser for something like the following:
./appName search-cmd -v -- -v
search verbose (-v) for text "-v". In bash it is common to use '--' to signal end of options. I have problems create a parser for this.
Can you help?
The text was updated successfully, but these errors were encountered: