diff options
| author | David Martschenko <[email protected]> | 2021-01-05 19:15:59 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-05 10:15:59 -0800 |
| commit | 385b6a3b215124fd2dfa044b8847d69a6cf14a73 (patch) | |
| tree | 26621521c0a59afc8fb4ce1fa7a837fdfa549af4 /test/command/defaults4.yaml | |
| parent | ea479bf28a4031f408af12ea92d3e19f9a838820 (diff) | |
Implement defaults file inheritance (#6924)
Allow defaults files to inherit options from other defaults files by
specifying them with the following syntax:
`defaults: [list of defaults files or single defaults file]`.
Diffstat (limited to 'test/command/defaults4.yaml')
| -rw-r--r-- | test/command/defaults4.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/command/defaults4.yaml b/test/command/defaults4.yaml new file mode 100644 index 000000000..a6caa985b --- /dev/null +++ b/test/command/defaults4.yaml @@ -0,0 +1,3 @@ +from: html +defaults: + - command/defaults5 |
