1name: "duplicate-entries" 2version: "0.1.0" 3usage: "usage" 4description: |- 5 description 6command: "echo hello" 7ignoreFlags: true 8hooks: 9 install: "echo installing..." 10hooks: 11 install: "echo installing something different"
View as plain text