$ lando pull -vvv
does not pass verbosity onto called terminus command
#215
Labels
$ lando pull -vvv
does not pass verbosity onto called terminus command
#215
I ran into an issue today where, I believe, a sub command of
$ lando pull
was being blocked by my network. I believe the command is$ terminus env:wake site.env
. However, when I ran$ lando pull -vvv
to try and debug the issue, I was getting the same non-verbose output from the command, which actually made this very difficult to track down. I think it would be great to pass the verbosity specifier along to the child commands being called to help debug an issue like this in the future.The text was updated successfully, but these errors were encountered: