This repository was archived by the owner on Nov 18, 2024. It is now read-only.
The Shell Adapter#28
Open
pinopino wants to merge 1 commit intolaurentkempe:masterfrom
pinopino:feature/shell-adapter
Open
The Shell Adapter#28pinopino wants to merge 1 commit intolaurentkempe:masterfrom pinopino:feature/shell-adapter
pinopino wants to merge 1 commit intolaurentkempe:masterfrom
pinopino:feature/shell-adapter
Conversation
Contributor
Author
|
i changed a lot, so call me if you have any questions :) |
Owner
|
What's your number ;) |
Contributor
Author
|
haha, i'm not sure this is what you want, feel free to reject if this is not the case :) or comment on changes and i will give an amend. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
support for loading(lazy) multiple adapters from the console, you can chain and drop adapters whenever you want by using commands.
chain <adapter>load an adapter, so that it can response to message eventdrop <adapter>drop an adapter, so no more response to message eventother command like
list(list currently all available adapters) andhelpare also supported.