pull/1136/merge
zstadler 2025-07-11 01:06:46 +04:00 zatwierdzone przez GitHub
commit 655fece7fb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -101,7 +101,7 @@ public class Contexts {
}
} else {
defaultValueObject = value;
description = "no description provided";
description = builtin ? root.builtInArgs.getString(key, description, null) : "no description provided";
}
argDescriptions.put(key, description);
Try<Object> defaultValue = ConfigExpressionParser.tryStaticEvaluate(root, defaultValueObject, Object.class);