gansheer commented on PR #3902:
URL: https://github.com/apache/camel-k/pull/3902#issuecomment-1352669451

   > @gansheer OK, so I didn't notice that the autocompletion functions for 
`kamel get` / `kamel delete` are already included in the bash completion 
script. But it never works on my laptop.
   > 
   > ```
   > $ kamel get
   > NAME       PHASE   KIT
   > java       Running camel-k/kit-cedaklomsunon3m7so8g
   > 
   > $  kamel get [TAB]
   > (... only shows local files)
   > ```
   > 
   > Is this only me?
   
   The `kamel get` it needed to be integrated to the following code to be 
called: 
   
https://github.com/apache/camel-k/blob/5e61ed925faeff450f4bfc0227768cd2d5d1f229/pkg/cmd/completion_bash.go#L178-L204
 
   It is why it was never called before, so it is normal it never works on you 
laptop.
   
   For the `kamel delete` it should already have been working, so I don't 
really know.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to