Added diff type

This commit is contained in:
obscuren 2014-07-14 00:37:50 +02:00
parent 2c46bfde8b
commit 04f8c455e2
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ type ConfigManager struct {
ExecPath string
Debug bool
Diff bool
DiffType string
Paranoia bool
conf *globalconf.GlobalConf