Newly tracked file
invoke/context.py
changed.
Other files ignored by Codecov
sites/www/changelog.rst
has changed.
412 | 412 | Specifically, this kwarg accepts: |
|
413 | 413 | ||
414 | 414 | - A single `.Result` object. |
|
415 | - | ||
416 | - | - Remember that class's first positional argument is its stdout |
|
417 | - | - it can thus be handy to hand in expressions like |
|
418 | - | ``Result("command output here!")``.) |
|
419 | - | ||
420 | 415 | - A boolean; if True, yields a `.Result` whose ``exited`` is ``0``, |
|
421 | 416 | and if False, ``1``. |
|
422 | 417 | - An iterable of the above values, which will be returned on each |
435 | 430 | repeat or are consumed. |
|
436 | 431 | ||
437 | 432 | For example, when a single result is indicated, it will normally |
|
438 | - | only be returned once, causing `NotImplementedError` afterwards. |
|
433 | + | only be returned once, causing ``NotImplementedError`` afterwards. |
|
439 | 434 | But when ``repeat=True`` is given, that result is returned on |
|
440 | 435 | every call, forever. |
|
441 | 436 |
Files | Coverage |
---|---|
invoke | 94.17% |
Project Totals (21 files) | 94.17% |