drupal-console-launcher
drupal-console-launcher copied to clipboard
Report which script is launced when verbose
Hi!
I think the launcher debug output - "Using the Drush script found at [...] using pcntl_exec" - from Drush is very useful. I wasn't able to get similar output from the Drupal Console launcher.
@hansfn How can I get that output using Drush to see what you are commenting, can you also add an screenshot?
One example comparing output from Drupal Console with "-vvv" and Drush with "-debug":
$ drupal -vvv about
Drupal Console (1.0.0-rc11)
[... cut additional info ...]
$ drush --debug version
Using the Drush script found at /path_to_d8_site/vendor/drush/drush/drush.launcher using pcntl_exec
[ ... cut more debug info ... ]
Drush Version : 8.1.8
Command dispatch complete [0.28 sec, 5.44 MB]