Skip to content

Fix for multiple argument values#8

Open
mdevils wants to merge 1 commit intodocopt:masterfrom
mdevils:master
Open

Fix for multiple argument values#8
mdevils wants to merge 1 commit intodocopt:masterfrom
mdevils:master

Conversation

@mdevils
Copy link

@mdevils mdevils commented Aug 22, 2014

Currently syntax --opt=val1 --opt=val2 generates {'--opt': 'val2'} result. According to python version, it should generate {'--opt': ['val1', 'val2']}.

kemitchell pushed a commit to kemitchell/docopt.coffee that referenced this pull request Jul 1, 2017
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

Successfully merging this pull request may close these issues.

1 participant