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
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
The text was updated successfully, but these errors were encountered:
+1 for this feature request! 👍
Sorry, something went wrong.
No branches or pull requests
Is there such an option, so that output goes from this:
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
The text was updated successfully, but these errors were encountered: