fakepty 1.2.0

Run a command in a fake pty
fakepty-1.2.0 is not a library.

fakepty

CI Crates

Run a command in a fake pty.

fakepty provides a pty whose size can be customized by environment variables COLUMNS and LINES.

$ fakepty docker run --help

$ COLUMNS=200 fakepty docker run --help