Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Allow adjacent singleton group for option-argument binding #55

Closed
felixSchl opened this issue Jun 25, 2016 · 1 comment
Closed

Allow adjacent singleton group for option-argument binding #55

felixSchl opened this issue Jun 25, 2016 · 1 comment

Comments

@felixSchl
Copy link
Owner

usage:
  clocker -f [BAR]

options:
    -f BAR

should allow: -f FOO => {"-f": "FOO"}

felixSchl added a commit that referenced this issue Jun 27, 2016
This binds adjacent singleton group (optional and required) to the
option to the left of it, if the options description indicates so.
@felixSchl
Copy link
Owner Author

Resolved as of d11ad84

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

No branches or pull requests

1 participant