mirror of https://github.com/hashicorp/packer
parent
7f5c794e5f
commit
22df491c67
@ -0,0 +1,5 @@
|
||||
package packer
|
||||
|
||||
type TTY interface {
|
||||
ReadString() (string, error)
|
||||
}
|
||||
Loading…
Reference in new issue