migrate settings to the new config scheme

This commit is contained in:
A.Unger
2021-11-05 12:25:32 +01:00
parent 28b0b8fccd
commit 17dbc3d5ee
9 changed files with 227 additions and 302 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
)
func main() {
if err := command.Execute(config.New()); err != nil {
if err := command.Execute(config.DefaultConfig()); err != nil {
os.Exit(1)
}
}