From 650afe91a39246c906907c2e25b90ebbcf36e211 Mon Sep 17 00:00:00 2001 From: b1ek Date: Fri, 5 May 2023 00:57:05 +1000 Subject: [PATCH] add hint on help command --- src/emulator/commands/cmds.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emulator/commands/cmds.js b/src/emulator/commands/cmds.js index 2100d07..b283bfd 100644 --- a/src/emulator/commands/cmds.js +++ b/src/emulator/commands/cmds.js @@ -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') } \ No newline at end of file