Add Pty Bool

This commit is contained in:
georgevicbell 2015-07-16 21:22:11 -04:00
parent fb39fa2cc6
commit 3a681d0c0c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ type Config struct {
LoginUsername string `mapstructure:"login_username"`
LoginPassword string `mapstructure:"login_password"`
LoginServer string `mapstructure:"login_server"`
Pty bool
ctx interpolate.Context
}