[ 
https://issues.apache.org/jira/browse/GEODE-7707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100825#comment-17100825
 ] 

ASF GitHub Bot commented on GEODE-7707:
---------------------------------------

alb3rtobr opened a new pull request #5059:
URL: https://github.com/apache/geode/pull/5059


   with this change, the help is correctly shown when pressing tab after 
writting `connect --url` in `gfsh` :
   ```
   gfsh>connect --url
   
   optional --url: Indicates the base URL to the Manager's HTTP service.  For 
example: 'http://<host>:<port>/geode-mgmt/v1'; default: 
'http://localhost:7070/geode-mgmt/v1'
    ```
   I also realized documentation was not showing the correct default value.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Tab completing `--url` on `connect` gives two default values 
> -------------------------------------------------------------
>
>                 Key: GEODE-7707
>                 URL: https://issues.apache.org/jira/browse/GEODE-7707
>             Project: Geode
>          Issue Type: Bug
>          Components: management
>            Reporter: Michael Oleske
>            Assignee: Alberto Bustamante Reyes
>            Priority: Major
>
> Expected result
> To see a string indicating one default value such as "Default is 
> 'http://localhost:7070/geode-mgmt/v1'"
> Actual result
> This string "optional --url: Indicates the base URL to the Manager's HTTP 
> service.  For example: 'http://<host>:<port>/gemfire/v1' Default is 
> 'http://localhost:7070/geode-mgmt/v1'; no default value"  Note the `Default 
> is` and the `no default value`
> steps to reproduce
> execute `gfsh`
> execute `start locator`
> execute `disconnect`
> type `connect --url`
> press tab



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

Reply via email to