metatech created KARAF-3390:
-------------------------------
Summary: Karaf client should allow passing arguments to command
Key: KARAF-3390
URL: https://issues.apache.org/jira/browse/KARAF-3390
Project: Karaf
Issue Type: Improvement
Components: karaf-core
Affects Versions: 2.2.11
Environment: ServiceMix 4.5.3
Reporter: metatech
Karaf client should allow to send command arguments, for instance
{code}
start --force 1
{code}
The "--force" argument is interpreted locally by Karaf client and blocked
because it is unknown to it :
{noformat}
Unknown option: --force
Run with --help for usage
{noformat}
Here is a patch to Karaf client which adds support for the "end of options
marker" double-dash (as in the "getopt" component).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)