mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
[xargs] Update docblock
This commit is contained in:
parent
0bc40bc4ea
commit
8dd05c9fce
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue