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

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
"""