You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice if we could handle command registrations dynamically when shell is running. We could start with something simple like allow add/remove commands from a CommandRegistry.
The text was updated successfully, but these errors were encountered:
- Extend CommandRegistry for add/remove methods.
- For rest of shell classes move to use registry
directly instead of caching commands as registry
is not immutable anymore.
- Add new sample
- Fixesspring-projects#379
- Extend CommandRegistry for add/remove methods.
- For rest of shell classes move to use registry
directly instead of caching commands as registry
is not immutable anymore.
- Add new sample
- Fixes#379
Uh oh!
There was an error while loading. Please reload this page.
It'd be nice if we could handle command registrations dynamically when shell is running. We could start with something simple like allow add/remove commands from a
CommandRegistry
.The text was updated successfully, but these errors were encountered: