Run a process, forcing allocation of a tty.
Take any command and preffix with a call to ttydo. This is similar to ssh's -t flag.
ttydo
ssh
-t
$ ttydo -- echo 'running with a pty' running with a pty