add ability to enable verbose logging
This commit is contained in:
@@ -16,6 +16,7 @@ type Host struct {
|
||||
|
||||
type Config struct {
|
||||
WorkDir string
|
||||
Verbose bool
|
||||
Credentials struct {
|
||||
User string `yaml:"user"`
|
||||
Password string `yaml:"password"`
|
||||
|
||||
Reference in New Issue
Block a user