Nested key support
This commit is contained in:
parent
2b8adbd740
commit
519c34bc60
5 changed files with 33 additions and 1 deletions
|
@ -62,6 +62,7 @@ try {
|
|||
} catch (err) {
|
||||
throw new Error(`Malformed input within "${args.c}": ${err}`)
|
||||
}
|
||||
config = u.expand_nested_keys(config)
|
||||
|
||||
// points
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue