Crates.io | fakepty |
lib.rs | fakepty |
version | 1.2.0 |
source | src |
created_at | 2023-07-15 01:35:00.622651 |
updated_at | 2023-07-15 03:42:42.635094 |
description | Run a command in a fake pty |
homepage | https://github.com/sigoden/fakepty |
repository | https://github.com/sigoden/fakepty |
max_upload_size | |
id | 916909 |
size | 32,123 |
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