Update main.js.download

This commit is contained in:
Adil Sadqi 2023-03-01 19:54:25 +01:00 committed by GitHub
parent 1b121b098e
commit 438a81be18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -148,6 +148,9 @@ function commander(cmd) {
switch (cmd.toLowerCase()) { switch (cmd.toLowerCase()) {
case "help": case "help":
loopLines(help, "color2 margin", 80); loopLines(help, "color2 margin", 80);
break;
case "menu":
loopLines(help, "color2 margin", 80);
break; break;
case "root": case "root":
loopLines(root, "color2 margin", 80); loopLines(root, "color2 margin", 80);