Some commands do not need full initialization of context and could run/return instantly.
rmapi version is an obvious example. rmapi help is another one
is it possible to delay initialization of context until some command really needs it? I wonder id command-initialization could give provide this information to the core.
Interactive shell could do such initialization in background thread and commands which require context would wait for it to finish, while simple commands would run instantly
Some commands do not need full initialization of context and could run/return instantly.
rmapi version
is an obvious example.rmapi help
is another oneis it possible to delay initialization of context until some command really needs it? I wonder id command-initialization could give provide this information to the core.
Interactive shell could do such initialization in background thread and commands which require context would wait for it to finish, while simple commands would run instantly