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.
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.