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

Document the fact that option bundling is supported #32

Open
chocolateboy opened this issue Dec 19, 2016 · 1 comment
Open

Document the fact that option bundling is supported #32

chocolateboy opened this issue Dec 19, 2016 · 1 comment

Comments

@chocolateboy
Copy link

chocolateboy commented Dec 19, 2016

Short option bundling is supported e.g. -abc is equivalent to -a -b -c if they're boolean options or -a -bc if -b takes a parameter, but this isn't mentioned directly in the documentation.

This is the standard term e.g.:

Short options may be bundled, e.g. -a -b can be specified as -ab

@ORESoftware
Copy link
Contributor

ORESoftware commented Sep 5, 2018

like with

git commit -am "foo"

I think the last letter in the group can take a parameter, so m can take a param in the above.
haven't verified that works with dashdash, but probably the standard way to it like git does.

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