Derek, Thanks, that did it. I've got an outstanding PR for some fixes in gogo, could I perhaps interest you in having a look? I'd proceed to make some other improvements if I had a process in motion to work with a committer to get things, well, committed. My next idea in line is to get the CommandSession out of the usage messages.
On Fri, Aug 21, 2015 at 11:13 AM, Derek Baum <[email protected]> wrote: > set SCOPE = “myscope:gogo:*” > > then when you enter: mycmd, it will try: myscope:mycmd, gogo:mycmd, and then > all other scopes in undefined order. > > The ‘type’ command can be used to find which command will be executed: > > % type -a mycmd > mycmd is void myscope:mycmd(Object[]) > mycmd is void otherscope:mycmd(String, Integer) > > — > Derek > >> On 21 Aug 2015, at 16:00, Benson Margulies <[email protected]> wrote: >> >> If two bundles both provide an 'exit' command, how do I configure to >> control which one is found by default? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

