We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the current version of gau, using the --o option will output to the specified outfile only, suppressing results output to stdout.
I think it might be nice to have --o operate independently without silencing stdout.
The would be useful in certain terminal logging setups. My existing 'workaround' had been omit --o and instead tee to an outfile.
Thanks!
The text was updated successfully, but these errors were encountered:
Similar issue mentioned by @BastienFaure in #20 (comment)
Noted that this is by design.
Sorry, something went wrong.
Hey, thanks for opening this issue – I can add a flag like --suppress or something similar to suppress stdout and have that disabled by default
Can I suggest naming the flag -s (--silent) like in curl? Thanks! :)
No branches or pull requests
In the current version of gau, using the --o option will output to the specified outfile only, suppressing results output to stdout.
I think it might be nice to have --o operate independently without silencing stdout.
The would be useful in certain terminal logging setups. My existing 'workaround' had been omit --o and instead tee to an outfile.
Thanks!
The text was updated successfully, but these errors were encountered: