print cmds separated by tabs

This commit is contained in:
b1ek 2023-03-20 08:57:19 +10:00
parent f790041042
commit 993723865d
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module.exports = (argv, terminal) => {
terminal.writeln('');
i = 0;
} else i++;
terminal.write('\033[1;32m' + x + '\033[0m ');
terminal.write('\033[1;32m' + x + '\033[0m\t');
});
terminal.writeln('');
}