We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make it easy to allow the user to choose the appropriate plugin when multiple are matched.
Either with an interactive prompt, or by giving the user a CLI command to use, instead of just raising an error.
Current workaround is to disable all but one of the conflicting plugins in the configuration.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What feature would you like to be implemented?
Make it easy to allow the user to choose the appropriate plugin when multiple are matched.
Proposed Implementation
Either with an interactive prompt, or by giving the user a CLI command to use, instead of just raising an error.
Additional info
Current workaround is to disable all but one of the conflicting plugins in the configuration.
The text was updated successfully, but these errors were encountered: