Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d4487e

Browse files
authored
Merge pull request #1200 from ryanrhee/rhee/color
[xargs] Update docblock comment
2 parents 0bc40bc + 8dd05c9 commit 6d4487e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pre_commit/xargs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def _thread_mapper(maxsize):
106106
def xargs(cmd, varargs, **kwargs):
107107
"""A simplified implementation of xargs.
108108
109+
color: Make a pty if on a platform that supports it
109110
negate: Make nonzero successful and zero a failure
110111
target_concurrency: Target number of partitions to run concurrently
111112
"""

0 commit comments

Comments
 (0)