urfave-cli/altsrc
rob boll 36a5323a47 altsrc: allow nested defaults in yaml files
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.
2016-04-29 13:28:59 -04:00
..
flag_test.go altsrc: allow nested defaults in yaml files 2016-04-29 13:28:59 -04:00
flag.go Update to add build contraints to not compile in yaml support 2016-02-21 20:06:02 -08:00
helpers_test.go Update to add build contraints to not compile in yaml support 2016-02-21 20:06:02 -08:00
input_source_context.go Update to add build contraints to not compile in yaml support 2016-02-21 20:06:02 -08:00
map_input_source.go altsrc: allow nested defaults in yaml files 2016-04-29 13:28:59 -04:00
yaml_command_test.go altsrc: allow nested defaults in yaml files 2016-04-29 13:28:59 -04:00
yaml_file_loader.go altsrc: allow nested defaults in yaml files 2016-04-29 13:28:59 -04:00