You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/12/01 00:43:13 UTC

[jira] [Assigned] (KARAF-3390) Karaf client should allow passing arguments to command

     [ https://issues.apache.org/jira/browse/KARAF-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-3390:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré

> 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
>            Assignee: Jean-Baptiste Onofré
>         Attachments: karaf_client_end_of_options.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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)