felixSchl/neodoc

Allow adjacent singleton group for option-argument binding

felixSchl opened this issue · 1 comments

usage:
  clocker -f [BAR]

options:
    -f BAR

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

Resolved as of d11ad84