Skip to content

Commit 81c6c13

Browse files
committed
πŸ“¦ NEW: clear
1 parent 128d23a commit 81c6c13

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

β€Žindex.jsβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
* Twitter: https://twitter.com/msaaddev
77
*/
88

9+
const clear = require("clear");
910
const header = require("./utils/header.js");
1011
const options = require("./utils/options.js");
1112
const auth = require("./utils/authentication.js");
1213

1314
const cli = async () => {
15+
clear();
1416
header();
1517
try {
1618
await auth();

β€Žpackage-lock.jsonβ€Ž

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"dependencies": {
2323
"axios": "^0.19.2",
2424
"chalk": "^4.0.0",
25+
"clear": "^0.1.0",
2526
"console-read-write": "^0.1.1",
2627
"fs": "0.0.1-security"
2728
}

0 commit comments

Comments
Β (0)