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

Feature Request: Allow concurrent output to Outfile and stdout #55

Open
nestedfunction opened this issue Dec 14, 2021 · 3 comments
Open

Comments

@nestedfunction
Copy link

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!

@nestedfunction
Copy link
Author

Similar issue mentioned by @BastienFaure in #20 (comment)

Noted that this is by design.

@lc
Copy link
Owner

lc commented Dec 29, 2021

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

@nestedfunction
Copy link
Author

Can I suggest naming the flag -s (--silent) like in curl? Thanks! :)

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

2 participants