-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other plugins are not able to be used correctly #1
Comments
Debug Output:
|
Looks like plugins run their own "stack" so to say. So the space plugin not being existent in the autocomplete plugin creates a scenario where the calling command is looking for spaces and the autocomplete is speaking in colons. Did I get that about right? But that would mean there is no real way to handle spaces without modifying the core given that all plugins will carry their own hooks, etc... Let me know what I'm missing. |
Related oclif/oclif#186 |
When using this plugin the command:
Does not show any of the sub commands to actually use the autocomplete plugin.
I'm investigating why this is, but thought opening an issue would be a good starting point.
The text was updated successfully, but these errors were encountered: