nx
nx copied to clipboard
Pass the `--verbose` option down to executors
- [x] I'd be willing to implement this feature (contributing guide)
Description
I'm the maintainer for @nx-extend/e2e-runner and we would like to support more verbose logging if the option is enabled, now we have to add a different option (like --debug) if we want to log more.
Motivation
That when users run the scripts with --verbose we can also log more and pass it down again to the other executors.
Suggested Implementation
Always pass down --verbose option to executors
Alternate Implementations
The logger from @nx/devkit already including it.