UNPKG

255 BJavaScriptView Raw
1//this file contains help docs for logout command
2
3module.exports = {
4 intro: "Logout from Built.io Flow account",
5 example: "flow logout",
6 info: "Logout from Built.io Flow account",
7 explanation: "This command will logout from Built.io Flow account"
8}
9