fakepty

Crates.iofakepty
lib.rsfakepty
version1.2.0
sourcesrc
created_at2023-07-15 01:35:00.622651
updated_at2023-07-15 03:42:42.635094
descriptionRun a command in a fake pty
homepagehttps://github.com/sigoden/fakepty
repositoryhttps://github.com/sigoden/fakepty
max_upload_size
id916909
size32,123
(sigoden)

documentation

README

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
Commit count: 9

cargo fmt