mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
Merge pull request #1200 from ryanrhee/rhee/color
[xargs] Update docblock comment
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user