Minor help fix

This commit is contained in:
Joshua Granick
2018-04-18 13:41:31 -07:00
parent ec0bcdf770
commit 3b62a4b43a

View File

@@ -1047,8 +1047,12 @@ class CommandLineTools {
var command = (words.length > 0 ? words[0] : "");
var isProjectCommand = false, isBuildCommand = false;
LogHelper.println ("\x1b[1m" + commands.get (command) + "\x1b[0m");
LogHelper.println ("");
if (commands.exists (command)) {
LogHelper.println ("\x1b[1m" + commands.get (command) + "\x1b[0m");
LogHelper.println ("");
}
switch (command) {