You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Swapnil Bawaskar (JIRA)" <ji...@apache.org> on 2016/10/01 22:23:29 UTC

[jira] [Updated] (GEODE-1620) gfsh command succeeds even with an invalid argument/option

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

Swapnil Bawaskar updated GEODE-1620:
------------------------------------
    Fix Version/s: 1.0.0-incubating

> gfsh command succeeds even with an invalid argument/option
> ----------------------------------------------------------
>
>                 Key: GEODE-1620
>                 URL: https://issues.apache.org/jira/browse/GEODE-1620
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Swapnil Bawaskar
>             Fix For: 1.0.0-incubating
>
>
> With the removal of joptsimple GEODE-835, gfsh command does not fail with an invalid argument. The following command succeeds, but should have failed as {{foo}} is not a valid argument: 
> {noformat}
> gfsh>start locator foo --name=loc1
> {noformat}
> The following command also succeeds, but should have failed as --bar is not a valid option:
> {noformat}
> gfsh>start locator foo --name=loc2 --bar --port=10335
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)