This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
Packer-Cn
Watch
2
Star
0
Fork
0
mirror of
https://github.com/hashicorp/packer.git
synced
2026-09-20 15:01:40 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ba767d1663db82d02fa18c087e4d99043d141fd3
Packer-Cn
/
packer
/
tty.go
T
7 lines
84 B
Go
Raw
Normal View
History
Unescape
Escape
mock tty using interfaces to test more easily
2019-02-28 14:40:55 +01:00
package
packer
type
TTY
interface
{
ReadString
()
(
string
,
error
)
Close tty on exit (
#7411
)
2019-03-15 11:10:30 +01:00
Close
()
error
mock tty using interfaces to test more easily
2019-02-28 14:40:55 +01:00
}
Reference in New Issue
Copy Permalink