You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jan Piotrowski (Sujan) (JIRA)" <ji...@apache.org> on 2017/10/11 20:30:00 UTC

[jira] [Created] (CB-13428) CLI `help` command is not consistent

Jan Piotrowski (Sujan) created CB-13428:
-------------------------------------------

             Summary: CLI `help` command is not consistent
                 Key: CB-13428
                 URL: https://issues.apache.org/jira/browse/CB-13428
             Project: Apache Cordova
          Issue Type: Improvement
          Components: cordova-cli
            Reporter: Jan Piotrowski (Sujan)
            Priority: Minor


Example:
{code}
> cordova help build
Synopsis

    cordova build [PROD] [TARGET] [PLATS] [BUILDCONFIG] [-- POPTS]

      PROD:   --debug|--release
      ...
{code}
vs.
{code}
> cordova help run
Synopsis

    cordova run [MODE] [BUILDOPTS] [TARGET] [PLATS] [BUILDCONFIG] [-- POPTS]

      MODE:        --list|--debug|--release
      ...
{code}

Once the "group" of params is called "PROD", once "MODE".

Should check whole `help` documentation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org