Open generalconsensus opened 8 years ago
Glad you tracked this down! PRs for documentation (see the doc
directory) are always welcome. Also an option to change verbosity level of drush would be nice.
Does adding -v
to the global_options
work here?
This week I ran into a strange bug with where drush was unable to find the alias path due to missing double quotes. Example:
The global_options variable is great, but when it doesn't work it creates the following scenario that is particular hard to debug!
It wasn't the COMMAND that was the problem but the need for the global_options variable to be encapsulated with double quotes. Definitely would want to add this to the documentation so no one has this problem in the future, but we might also want to allow the ability to call drush with '-v' to see more information on why this command wasn't working.
In the end what fixed this issue was the following: