[ https://issues.apache.org/jira/browse/GEODE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15991722#comment-15991722 ]
ASF subversion and git services commented on GEODE-1597: -------------------------------------------------------- Commit 1fc0f0ca72705f5ea84ea67f0507bfcad515aacf in geode's branch refs/heads/feature/GEODE-2632-10 from [~jinmeiliao] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=1fc0f0c ] GEODE-1597: use Spring shell's parser and delete our own parsing code * Use Spring's SimpleParser as a basis for command parsing * reworked help/hint * removing singleton CommandManager > gfsh parameters are not validated > --------------------------------- > > Key: GEODE-1597 > URL: https://issues.apache.org/jira/browse/GEODE-1597 > Project: Geode > Issue Type: Bug > Components: gfsh > Reporter: Swapnil Bawaskar > > As a result of fixing GEODE-835, we now do not validate parameters passed > into gfsh. For example > {noformat} > >gfsh start locator foo --name=loc1 > {noformat} > will succeed even though foo is not a valid parameter. All options are > correctly validated though, so: > {noformat} > >gfsh start locator --name=loc1 --foo > {noformat} > will result in an error. -- This message was sent by Atlassian JIRA (v6.3.15#6346)