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

Add silent mode - Don't show progress messages #12

Closed
wants to merge 1 commit into from

Conversation

scheeles
Copy link
Contributor

To include it into a e.g. CI only the final diff result should be shown.

@capnfabs
Copy link
Owner

@scheeles thanks for this PR too! This usecase makes sense to me, I'm currently unsure if it makes more sense to implement this with a switch or to put the build stuff in stderr instead of stdout, so you can solve this with grouse [args] 2>/dev/null instead.

I'll think about it and either merge this or make the other change after the refactor I mentioned in #11 .

@capnfabs
Copy link
Owner

Alright; I separated diff output and everything else between stdout & stderr. This is also tested by the integration tests 🎉

You can test it out by building from dev branch; or otherwise I'll release a build later this week.

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

Successfully merging this pull request may close these issues.

None yet

2 participants