doc: add arguments for toKeyValue
This commit is contained in:
parent
8ee634f5a6
commit
793ed729f2
@ -155,8 +155,20 @@ in rec {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Generate a key-value-style config file from an attrset.
|
Generate a key-value-style config file from an attrset.
|
||||||
*
|
|
||||||
* mkKeyValue is the same as in toINI.
|
# Inputs
|
||||||
|
|
||||||
|
Structured function argument
|
||||||
|
|
||||||
|
: mkKeyValue (optional, default: `mkKeyValueDefault {} "="`)
|
||||||
|
: format a setting line from key and value
|
||||||
|
|
||||||
|
: listsAsDuplicateKeys (optional, default: `false`)
|
||||||
|
: allow lists as values for duplicate keys
|
||||||
|
|
||||||
|
: indent (optional, default: `""`)
|
||||||
|
: Initial indentation level
|
||||||
|
|
||||||
*/
|
*/
|
||||||
toKeyValue = {
|
toKeyValue = {
|
||||||
mkKeyValue ? mkKeyValueDefault {} "=",
|
mkKeyValue ? mkKeyValueDefault {} "=",
|
||||||
|
Loading…
Reference in New Issue
Block a user