Subject: | pty support? |
Couldn't see any reference to this in the docs or source, seems like it could be useful in a few places?
I'm thinking something along the lines of
IO::Async::Process->new(
command => [qw(ssh somehost)],
stdio => { via => 'pty' },
...
)
perhaps.
cheers,
Tom