mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
7669378c6e
Nopt parses all options regardless of what is passed as "knownOpts". This leaves the remain property an emtpy array. This ultimately leads to a bug in the parseOpts function where the options undergo a second parsing from nopt. The end result is - this options are not respected at all.. This closes #248