[
https://issues.apache.org/jira/browse/GEODE-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund reopened GEODE-1598:
------------------------------
Some commands are misbehaving and deleting specified options when hitting tab
for auto-complete.
gfsh> put --key="key1" --
becomes
gfsh> put --
The get command behaves similarly.
> gfsh auto-complete removes previously typed options
> ---------------------------------------------------
>
> Key: GEODE-1598
> URL: https://issues.apache.org/jira/browse/GEODE-1598
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Affects Versions: 1.0.0-incubating.M3
> Reporter: Swapnil Bawaskar
> Assignee: Grace Meilen
> Fix For: 1.0.0-incubating.M3
>
>
> This may also be related to fixing GEODE-835.
> When one starts typing in a gfsh command like:
> {noformat}
> gfsh>start server --name=serv1 --se
> {noformat}
> and then hit {{tab}} for autocompletion, the previously completed --name
> option disappears and all I am left with is:
> {noformat}
> gfsh>start server --se
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)