UNPKG

300 BJavaScriptView Raw
1//this file contains help docs for download command
2
3module.exports = {
4 intro: "Downloads zip file of your connector",
5 info: "Downloads zip file of your connector",
6 docs: "Downloads zip file of your connector",
7 example: "flow download",
8 explanation: "It downloads zip file of your connector."
9}