Add option to use file for host info (#156)

This commit is contained in:
techknowlogick 2020-04-29 02:21:31 -04:00 committed by GitHub
parent 99f63aaaa8
commit 9e205a756f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ func main() {
Name: "host,H",
Usage: "connect to host",
EnvVar: "PLUGIN_HOST,SSH_HOST,HOST,INPUT_HOST",
FilePath: ".host",
},
cli.IntFlag{
Name: "port,p",