[
https://issues.apache.org/jira/browse/GSHELL-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550563
]
Guillaume Nodet commented on GSHELL-86:
---------------------------------------
FYI, we are using things in a somewhat different way in ServiceMix.
Commands are grouped into subcommands, so instead of listing all the commands,
we only list the first level.
{noformat}
[EMAIL PROTECTED]:/> ?
For information about ServiceMix, visit:
http://servicemix.apache.org
Available commands:
. Alias to: source
? Alias to: help
clear Clear the terminal screen
create Create a new ServiceMix instance
echo Echo or print arguments to STDOUT
exit Exit the (sub)shell
help Show command help
set Set a variable
source Load a file/url into the current shell
unset Unset a variable
Available shells:
obr
osgi
remote
[EMAIL PROTECTED]:/> ? obr
Available commands in obr:
addUrl Add a list of repository URLs to the repository service
deploy Deploy
info Display the meta-data for the specified bundles.
list List
listUrl Display the repository URLs currently associated with
the repository service.
removeUrl Remove a list of repository URLs from the repository
service
source Source
start Start
[EMAIL PROTECTED]:/> ? obr info
Command info
Display the meta-data for the specified bundles.
obr:info
--
-h (--help) Display this help message
[EMAIL PROTECTED]:/>
{noformat}
> 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.