Hide citation requests of parallel

This commit is contained in:
Alex D. 2024-12-02 09:05:46 +00:00
parent 6e03562040
commit 6e30dae06a
Signed by: caskd
GPG Key ID: F92BA85F61F4C173

View File

@ -3,4 +3,4 @@
find "$1" \
-type d -name '.git' \
-exec dirname '{}' ';' | \
parallel --line-buffered --tag git -C '{}' fetch --all
parallel --will-cite --line-buffered --tag git -C '{}' fetch --all