add hint on help command

This commit is contained in:
b1ek 2023-05-05 00:57:05 +10:00
parent a60f5485fc
commit 650afe91a3
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 0 deletions

View File

@ -22,4 +22,5 @@ module.exports = (argv, terminal) => {
terminal.write('\033[1;32m' + x + '\033[0m\t');
});
terminal.writeln('');
terminal.writeln('Hint: If you are looking for a guide to use it, run the \x1b[32mguide\33[0m command')
}