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

options-first does not work on positionals within group #21

Closed
felixSchl opened this issue Apr 29, 2016 · 0 comments
Closed

options-first does not work on positionals within group #21

felixSchl opened this issue Apr 29, 2016 · 0 comments
Labels

Comments

@felixSchl
Copy link
Owner

felixSchl commented Apr 29, 2016

Failing test case:

r"""
Usage: foo [[<args>]...]
"""

$ prog/p bar -a -b -c
{ "ARGS": ["bar", "-a", "-b", "-c"], "<args>": ["bar", "-a", "-b", "-c"]}

Errors with: Trailing input: -a, -b, -c

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

No branches or pull requests

1 participant