```yaml # mixin.yaml commands: test1: xxx # <- this is the problem cmd: echo Test ``` ```yaml mixins: [mixin.yaml] ```