UNPKG

335 BJavaScriptView Raw
1//this file contains help docs for connectors command
2
3module.exports = {
4 intro: "Lists all the connectors of the current user",
5 info: "Lists all the connectors of the current user",
6 docs: "Lists all the connectors of the current user",
7 example: "flow connectors",
8 explanation: "It list all the connectors of the current user."
9}