You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a verbose flag which controls whether to show filenames while compiling or not. When we're not being verbose, we could potentially display a progress spinner as well!
The text was updated successfully, but these errors were encountered:
I've added a --verbose flag with 970ccdb which lets us see the actual compiler commands that are being run. Not exactly what I had in mind, but perhaps something can still change here, for example the flag I already committed could be renamed to --verbose-compiler.
Another option is not to expose this new flag to command line options and only have it in configuration files. This will still allow us to debug qb itself while keeping the command line flags clean.
Add a verbose flag which controls whether to show filenames while compiling or not. When we're not being verbose, we could potentially display a progress spinner as well!
The text was updated successfully, but these errors were encountered: