()
| 2342 | } |
| 2343 | |
| 2344 | func ExamplePipe_ExitStatus() { |
| 2345 | p := script.Exec("echo") |
| 2346 | fmt.Println(p.ExitStatus()) |
| 2347 | // Output: |
| 2348 | // 0 |
| 2349 | } |
| 2350 | |
| 2351 | func ExamplePipe_First() { |
| 2352 | script.Echo("a\nb\nc\n").First(2).Stdout() |
nothing calls this directly
no test coverage detected
searching dependent graphs…