-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.1.0.Final
-
None
-
Fedora 16 64-bit, Oracle JDK 1.6.0_30
Current behaviour
$> jboss-cli.sh --commands "connect,version" Duplicate argument '--command'/'--commands'.
Expected behaviour
$> jboss-cli.sh --commands "connect,version" JBoss Admin Command-line Interface ...
It works, however, when the --command/--commands is omitted completely, as in:
$> jboss-cli.sh "connect,version"
Therefore, the command/commands arguments should probably be removed from help and usage, if this is the correct behaviour.