Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently ‘--nobuild’ param requires – screening
So this skips --nobuild flag
λ cordova run wp8 --nobuild --target="dummy"
Whereas the following works correct
λ cordova run wp8 --target="dummy" -- --nobuild
This is inconsistent with other run options (--device, --target, --emulator) which don’t not require screening.