1name: "echo" 2version: "1.2.3" 3usage: "echo something" 4description: |- 5 This is a testing fixture. 6command: "echo Hello" 7hooks: 8 install: "echo Installing"
View as plain text