kopia lustrzana https://github.com/onthegomap/planetiler
Merge 8172279a03
into f1bf46c869
commit
655fece7fb
|
@ -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);
|
||||
|
|
Ładowanie…
Reference in New Issue