You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Alberto Bustamante Reyes (Jira)" <ji...@apache.org> on 2020/01/23 13:55:00 UTC

[jira] [Created] (GEODE-7737) gfsh changes prompt when autocompletion is used

Alberto Bustamante Reyes created GEODE-7737:
-----------------------------------------------

             Summary: gfsh changes prompt when autocompletion is used
                 Key: GEODE-7737
                 URL: https://issues.apache.org/jira/browse/GEODE-7737
             Project: Geode
          Issue Type: Bug
          Components: gfsh
            Reporter: Alberto Bustamante Reyes


When connected to a geode cluster, if I press tab to get autocompletion on a gfsh command, the cluster id is removed from the prompt.

The following example shows how it happens when I press tab to autocomplete the region name:
 
{code:java}
Cluster-1 gfsh>put --region=/e

required --region: Region into which the entry will be put.; no default value
gfsh>put --region=/example-region
{code}
 

Prompt should not be modified.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)