Capture runs a command, verifies it succeeded, and returns stdout.
(args ...string)
| 78 | Fail(args ...string) |
| 79 | // Capture runs a command, verifies it succeeded, and returns stdout. |
| 80 | Capture(args ...string) string |
| 81 | // Err runs a command, and returns stderr regardless of its outcome. |
| 82 | // This is mostly useful for debugging. |
| 83 | Err(args ...string) string |
no outgoing calls