Feed allows passing a reader to be fed to the command stdin.
(r io.Reader)
| 121 | WithFeeder(fun func() io.Reader) |
| 122 | // Feed allows passing a reader to be fed to the command stdin. |
| 123 | Feed(r io.Reader) |
| 124 | // Clone returns a copy of the command. |
| 125 | Clone() TestableCommand |
| 126 |
no outgoing calls