UNPKG

322 BJavaScriptView Raw
1//this file contains help docs for init command
2
3module.exports = {
4 intro: "UnLinks a lookup to action/trigger",
5 info: "UnLinks a lookup to action/trigger",
6 docs: "dettach command docs",
7 example: "flow detach lookup",
8 explanation: `Automatically detaches lookup field to specific field in action or trigger.`
9}
10