aboutsummaryrefslogtreecommitdiff
path: root/test/command/defaults-inheritance-2.md
AgeCommit message (Collapse)AuthorFilesLines
2021-05-25Fix a command test so it writes to stdout not stderr.John MacFarlane1-1/+1
The error message to stderr was appearing in test output and confusing some users, who thought it indicated a failing test rather than expected output.
2021-01-05Implement defaults file inheritance (#6924)David Martschenko1-0/+5
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]`.