Added diff type
This commit is contained in:
parent
2c46bfde8b
commit
04f8c455e2
|
@ -14,6 +14,7 @@ type ConfigManager struct {
|
|||
ExecPath string
|
||||
Debug bool
|
||||
Diff bool
|
||||
DiffType string
|
||||
Paranoia bool
|
||||
|
||||
conf *globalconf.GlobalConf
|
||||
|
|
Loading…
Reference in New Issue