You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2014/09/25 11:28:59 UTC

[jira] [Updated] (CB-7636) Allow using --nobuild flag without screaning

     [ https://issues.apache.org/jira/browse/CB-7636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Grebnov updated CB-7636:
-------------------------------
    Description: 
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.

  was:
Currently ‘--nobuild’ param currently 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.


> 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)