36a5323a47
Previously, defaults specified as nested keys in a yaml file would not be recognized, i.e. `top: \n bottom: key` would not be accessible using the name `top.bottom`, but `top.bottom: key` would. These changes support using nested keys by traversing the configuration tree if the key name uses '.' as a delimiter. |
||
---|---|---|
.. | ||
flag_test.go | ||
flag.go | ||
helpers_test.go | ||
input_source_context.go | ||
map_input_source.go | ||
yaml_command_test.go | ||
yaml_file_loader.go |