add ability to enable verbose logging

This commit is contained in:
2024-05-17 00:20:33 +03:00
parent 5ac4607f79
commit 36d886d94a
7 changed files with 47 additions and 19 deletions

View File

@@ -16,6 +16,7 @@ type Host struct {
type Config struct {
WorkDir string
Verbose bool
Credentials struct {
User string `yaml:"user"`
Password string `yaml:"password"`