mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
4 lines
133 B
Go
4 lines
133 B
Go
|
// Package localcommand provides an implementation of webtty.Slave
|
||
|
// that launches a local command with a PTY.
|
||
|
package localcommand
|