chickadee » git » config-get

config-get config name #!optional typeprocedure

Returns the value of the property name in the given config object. The value is returned as a string, unless an alternative return type is specified by the given symbol type, which should be string, symbol, number or boolean. An error is signaled if the requested property doesn't exist, or if it cannot be converted to the specified return type.