Merge pull request #3 from berlineric/config_set

add another path to config set
This commit is contained in:
Erik Berlin 2024-02-11 15:16:20 +02:00 committed by GitHub
commit 266cf8d55d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,8 @@ you want to change. Other options will remain unchanged.`,
ser.BaseURL = mustGetString(flags, flag.Name)
case "root":
ser.Root = mustGetString(flags, flag.Name)
case "anotherPath":
ser.AnotherPath = mustGetString(flags, flag.Name)
case "socket":
ser.Socket = mustGetString(flags, flag.Name)
case "cert":