Hi all, FYI, I committed a first version of sub-shell.
The two following tasks should be done quickly: - command completer should complete only commands from the current shell - the prompt should display the shell part only when in a sub-shell I will try to commit these changes tonight. Regards JB On 05/17/2011 09:45 AM, Jean-Baptiste Onofré wrote:
Hi all, Thanks the high Karaf adoption level, we have projects that provide Karaf shell commands. For instance, I added Karaf commands for Camel and I'm working in the same area for ACE. Currently, Camel Karaf commands look like: camel:list-contexts camel:list-routes camel:stop-route camel:info-route camel:show-route camel:info-context What do you think about supporting a kind of commands context ? For instance, the user could do: karaf@root> cd camel karaf@root> #camel> route:list karaf@root> #camel> route:stop karaf@root> cd .. karaf@root> cd ace karaf@root> #ace> distribution:list karaf@root> cd .. Regards JB
-- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
