Merge pull request #1200 from ryanrhee/rhee/color

[xargs] Update docblock comment
This commit is contained in:
Anthony Sottile 2019-11-01 07:21:33 -07:00 committed by GitHub
commit 6d4487e4b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,7 @@ def _thread_mapper(maxsize):
def xargs(cmd, varargs, **kwargs):
"""A simplified implementation of xargs.
color: Make a pty if on a platform that supports it
negate: Make nonzero successful and zero a failure
target_concurrency: Target number of partitions to run concurrently
"""