[
https://issues.apache.org/jira/browse/CB-7636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14178680#comment-14178680
]
ASF subversion and git services commented on CB-7636:
-----------------------------------------------------
Commit f33f41678001803f799426dd8bfaf7422a8ed878 in cordova-cli's branch
refs/heads/master from sgrebnov
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=f33f416 ]
CB-7636 Allow using --nobuild flag without screaning
github: close #193
> Allow using --nobuild flag without screaning
> --------------------------------------------
>
> Key: CB-7636
> URL: https://issues.apache.org/jira/browse/CB-7636
> Project: Apache Cordova
> Issue Type: Improvement
> Components: CLI
> Reporter: Sergey Grebnov
> Assignee: Sergey Grebnov
> Labels: command-line, cordova-cli, nopt
>
> Currently ‘--nobuild’ param requires – screening
> So this skips --nobuild flag
> {code}
> λ cordova run wp8 --nobuild --target="dummy"
> {code}
> Whereas the following works correct
> {code}
> λ cordova run wp8 --target="dummy" -- --nobuild
> {code}
> This is inconsistent with other run options (--device, --target, --emulator)
> which don’t not require screening.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]