Merge pull request #3 from berlineric/config_set
add another path to config set
This commit is contained in:
commit
266cf8d55d
@ -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":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user