[xargs] Update docblock

This commit is contained in:
Ryan Rhee 2019-11-01 09:15:38 -04:00
parent 0bc40bc4ea
commit 8dd05c9fce

View file

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