Fully support non-destructive append in core.LibmuttonInit(); update copyright year for 2026

This commit is contained in:
2026-01-01 19:52:08 -05:00
parent 571bc0a3bd
commit 28286788a0
6 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type CfgT struct {
SSHKeyProtected *bool `json:"sshKeyProtected"`
SSHIsWindows *bool `json:"sshIsWindows"`
} `json:"libmutton"`
ThirdParty *map[string]any `json:"thirdParty"`
ClientSpecific *map[string]any `json:"clientSpecific"`
}
// Load loads libmuttoncfg.json and returns the configuration.