1name: "downloader" 2version: "1.2.3" 3usage: "usage" 4description: |- 5 download something 6command: "echo Hello" 7downloaders: 8 - protocols: 9 - "myprotocol" 10 - "myprotocols" 11 command: "echo Download"
View as plain text