Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbose flag #6

Open
codecat opened this issue Jul 12, 2020 · 2 comments
Open

Verbose flag #6

codecat opened this issue Jul 12, 2020 · 2 comments

Comments

@codecat
Copy link
Owner

codecat commented Jul 12, 2020

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
Copy link
Owner Author

codecat commented Jul 12, 2020

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.

@codecat
Copy link
Owner Author

codecat commented Jul 12, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant