qb icon indicating copy to clipboard operation
qb copied to clipboard

Verbose flag

Open codecat opened this issue 5 years ago • 2 comments
trafficstars

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!

codecat avatar Jul 12 '20 18:07 codecat

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.

codecat avatar Jul 12 '20 18:07 codecat

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.

codecat avatar Jul 12 '20 21:07 codecat