You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I specify --woff given two option declarations --woff and --woff, I get an error saying that --woff is specified ambiguously 2 times
One-liner repro (after npm install docopt):
require('docopt').docopt("usage:\n--woff\n--woff2", {argv:["--woff"]})
--woff is specified ambiguously 2 times
The text was updated successfully, but these errors were encountered:
mmastrac
changed the title
Two long options can result in "specified ambiguously" error (Javascript)
Two long options can result in "specified ambiguously" error
Jan 2, 2015
When I specify --woff given two option declarations
--woff
and--woff
, I get an error saying that--woff is specified ambiguously 2 times
One-liner repro (after npm install docopt):
The text was updated successfully, but these errors were encountered: