Skip to content
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

Why is this a drupal-module and not a drupal-drush #9

Open
jcnventura opened this issue Feb 10, 2022 · 2 comments
Open

Why is this a drupal-module and not a drupal-drush #9

jcnventura opened this issue Feb 10, 2022 · 2 comments

Comments

@jcnventura
Copy link

In composer.json, this project current declares itself as a drupal-module, which doesn't make much sense. Among others, a drupal module needs to be enabled in order for drush to execute commands.

This project should become a drupal-drush type, getting installed in drush/Commands/contrib. A drush command added there will simply execute without the need to enable it in Drupal.

@robiningelbrecht
Copy link
Owner

robiningelbrecht commented Feb 10, 2022

Because among other things it can be configured and it dispatches events...

@robiningelbrecht
Copy link
Owner

@jcnventura Can I close this issue, or do you have any feedback still?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants