[
https://issues.apache.org/jira/browse/GSHELL-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551828
]
Jason Dillon commented on GSHELL-86:
------------------------------------
So the point of the path and tree muck in GShell is to facilitate this
_sub-shell_ idea, so that a _sub-shell_ is simply a namespace for commands.
And when you enter the name of a path (which exists) then the current path is
set to that path, changing the name-space and effectively entering that
sub-shell.
BTW, you are free to re-implement the {{help}} command and bind in your own
version that behaves better for your application in the layout :-)
> command groups in help screen
> -----------------------------
>
> Key: GSHELL-86
> URL: https://issues.apache.org/jira/browse/GSHELL-86
> Project: GShell
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Reporter: Jarek Gawor
> Fix For: 1.0-alpha-1
>
>
> The help screen shows the following:
> ...
> /deploy
> list-plugins Install plugins into a geronimo server
> connect Connect to a Geronimo server
> disconnect Disconnect from a Geronimo server
> ..
> which I would interpret that I need to type "/deploy/connect" to execute the
> command. But that does not work but "deploy/connect" works. So I would
> propose updating the help screen to show the slash at the end of the group
> name instead of the front. e.g.:
> ...
> deploy/
> list-plugins Install plugins into a geronimo server
> connect Connect to a Geronimo server
> disconnect Disconnect from a Geronimo server
> ..
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.