Checking if I can write coolers stuff if I change name of the README
file
1 file changed
tree: 99d82ed58faf70f2477f58734793cfe50ce1a258
- examples/
- testdata/
- AUTHORS
- CONTRIBUTING
- expect.go
- expect_test.go
- LICENSE
- README.md
README.md
This package is an implementation of Expect in Go.
Features:
- Spawning and controlling local processes with real PTYs.
- Native SSH spawner.
- Expect backed spawner for testing.
- Generic spawner to make implementing additonal Spawners simple.
- Has a batcher for implementing workflows without having to write extra logic and code.
See the tests for example usage.
Disclaimer: This is not an official Google product.