mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #1200 from ryanrhee/rhee/color
[xargs] Update docblock comment
This commit is contained in:
commit
6d4487e4b4
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