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 2017/02/01 12:32:51 UTC

[jira] [Created] (KARAF-4972) Commands using jline completer appear two times in the completion proposal

Jean-Baptiste Onofré created KARAF-4972:
-------------------------------------------

             Summary: Commands using jline completer appear two times in the completion proposal
                 Key: KARAF-4972
                 URL: https://issues.apache.org/jira/browse/KARAF-4972
             Project: Karaf
          Issue Type: Bug
          Components: karaf-shell
    Affects Versions: 4.1.0
            Reporter: Jean-Baptiste Onofré
            Assignee: Guillaume Nodet
             Fix For: 4.1.0


The shell commands using jline completer (like the camel ones), appear two times in the completion proposal:

{code}
karaf@root()> camel:route-<TAB>                                                                                                                                                                                                                                            13:32:11
camel:route-info           camel:route-list           camel:route-profile        camel:route-reset-stats    camel:route-resume         camel:route-show           camel:route-start          camel:route-stop           camel:route-suspend
camel:route-info           camel:route-list           camel:route-profile        camel:route-reset-stats    camel:route-resume         camel:route-show           camel:route-start          camel:route-stop           camel:route-suspend 
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)