get-unquoted: Mention get_unquoted() in reference manual

This commit is contained in:
Martin Blanchard 2017-09-15 22:43:01 +02:00
parent 105507a173
commit 777cd24063
1 changed files with 5 additions and 0 deletions

View File

@ -1522,6 +1522,11 @@ page](Configuration.md) It has three methods:
value has not been set returns `default_value` if it is defined
*(added 0.38.0)* and errors out if not
- `get_unquoted(varname, default_value)` returns the value of `varname`
but without surrounding double quotes (`"`). If the value has not been
set returns `default_value` if it is defined and errors out if not.
Available since 0.43.0
- `has(varname)`, returns `true` if the specified variable is set
- `merge_from(other)` takes as argument a different configuration data