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/defaults7.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/defaults7.yaml')
| -rw-r--r-- | test/command/defaults7.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/command/defaults7.yaml b/test/command/defaults7.yaml new file mode 100644 index 000000000..19ca8f09e --- /dev/null +++ b/test/command/defaults7.yaml @@ -0,0 +1,2 @@ +defaults: + - command/defaults6 |
