qb
qb copied to clipboard
Verbose flag
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!
I've added a --verbose flag with 970ccdba5ae7f23af5516b61ec9f10f4e59d6c14 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.