Hello, I am trying to add some new commands to karaf console. I have read that tutorial: http://karaf.apache.org/manual/latest-2.2.x/developers-guide/extending-console.html
I am wondering if there is any possibility to call from my new command the one of those already implemented commands? For instance, I would like to implement command which will add feature, install it and then show the list of already installed features. That is why I need to call features:addurl, features:install, features:list etc. I appreciate any help from your side. Regards, PK
