UNPKG

345 BJavaScriptView Raw
1//this file contains help docs for init command
2
3module.exports = {
4 intro: "Links a lookup to action/trigger",
5 info: "Links a lookup to action/trigger",
6 docs: "attach command docs",
7 example: "flow attach lookup",
8 explanation: `Automatically injects lookup field to specific field in action or trigger. You need to add dependencies`
9}
10