If I understand correctly, multilevel yamls are not supported currently.
For example, I would like to do the following:
appname:
- -input:
- <file>
instead of doing:
appname:
- -input
appname -input:
- <file>
Is that something you would be able to implement?