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
similar to how python argparse allows multiple short and/or long arguments
https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_argument
something like
verbose := p.Parser.Flag("v", "-d", "debug", "verbose", &argparse.Options{Help: "enable verbose logging"})
The text was updated successfully, but these errors were encountered:
Thanks for posting, while I think it would be reasonable addition I personally do not have time to work on this library at the moment.
On the other hand please keep in mind that this library is "inspired by" Python's argparse, not a "re-implementation of".
Sorry, something went wrong.
No branches or pull requests
similar to how python argparse allows multiple short and/or long arguments
https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_argument
something like
The text was updated successfully, but these errors were encountered: