-
Notifications
You must be signed in to change notification settings - Fork 31
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
Find a more relevant name for 'uninstall' #18
Comments
A couple of extra ideas:
|
type:orphan 🤣 |
require-bootstrap: false |
|
Instead of using a boolean flag type
|
I like the idea of having multiple values, just throwing another names:
** What would be and example of usage? Also, would we rename this file or maybe delete it and keep only extend.console.services.yml? See https://github.com/hechoendrupal/drupal-console-extend-plugin/blob/master/src/Extender.php#L88 |
The idea is to replicate what we have on the annotation https://github.com/hechoendrupal/drupal-console/blob/master/src/Annotations/DrupalCommand.php
We use the annotation like this https://github.com/hechoendrupal/drupal-console/blob/master/src/Command/Features/ImportCommand.php :
|
If no |
I think the Not sure about |
We can probably use Then we can use the names as @marcelovani suggested #18 (comment) |
Thanks for explaining. |
I am not sure if I understand the use of the uninstall tag
As far as I understand, I need to tag my extended commands with bootstrap: uninstall in order to my commands be discovered.
I was wondering if we could come up with a more intuitive name for it, some ideas here:
I kind of like the first two, but open for more ideas
Also, need to rename this file accordingly https://github.com/hechoendrupal/drupal-console-extend-plugin/blob/master/src/Extender.php#L88
The text was updated successfully, but these errors were encountered: