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

Allow option concatenation #6

Open
twof opened this issue Nov 28, 2017 · 1 comment
Open

Allow option concatenation #6

twof opened this issue Nov 28, 2017 · 1 comment

Comments

@twof
Copy link
Owner

twof commented Nov 28, 2017

If you have two options that are triggered by -f and -a, a call with -fa or -af should trigger both

@wmww
Copy link

wmww commented Nov 28, 2017

You'll have to separate the long form and the short (single character) form of each option. Also, you should probably leave the '-' and '--' off both when specifying them in the Option constructor.

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

No branches or pull requests

2 participants