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

Is there a quiet/silent option? #979

Open
BrainCrumbz opened this issue Nov 2, 2023 · 1 comment
Open

Is there a quiet/silent option? #979

BrainCrumbz opened this issue Nov 2, 2023 · 1 comment

Comments

@BrainCrumbz
Copy link

Is there such an option, so that output goes from this:

$ recursive-copy source dest
source -> dest
source/a -> dest/a
source/b -> dest/b
source/c -> dest/c
4 item(s) copied

to e.g. this, with just the number of files:

$ recursive-copy source dest --quiet
4 item(s) copied

or this, with no message at all when everything is ok:

$ recursive-copy source dest --quiet

Thanks

@termontwouter
Copy link

+1 for this feature request! 👍

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