()
| 2336 | } |
| 2337 | |
| 2338 | func ExamplePipe_EncodeBase64() { |
| 2339 | script.Echo("Hello, world!").EncodeBase64().Stdout() |
| 2340 | // Output: |
| 2341 | // SGVsbG8sIHdvcmxkIQ== |
| 2342 | } |
| 2343 | |
| 2344 | func ExamplePipe_ExitStatus() { |
| 2345 | p := script.Exec("echo") |
nothing calls this directly
no test coverage detected
searching dependent graphs…