We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e93fd commit 128d23aCopy full SHA for 128d23a
1 file changed
‎utils/authentication.js‎
@@ -9,7 +9,7 @@ try {
9
module.exports = async () => {
10
io.write(
11
red(
12
- "\n> This CLI will work best if you enter your GitHub Access Token. THIS IS ONE TIME THING.\n"
+ "\n> This CLI will work best if you enter your GitHub Access Token. THIS IS ONE TIME THINGY.\n"
13
)
14
);
15
@@ -26,5 +26,7 @@ try {
26
}`;
27
28
fs.writeFile(`./auth.js`, userToken, (err) => {});
29
+ io.write(green("\nKindly restart the CLI now to ensure that everyone is working perfectly. You can do by selecting exit option.\n"))
30
+ io.write(red("THIS IS ONE TIME THINGY."))
31
};
32
}
0 commit comments