UNPKG

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