Add info about no help information for the command

This commit is contained in:
Jakub Turek
2015-05-16 14:04:43 +02:00
parent e4bab08d3f
commit 342a468214
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -180,6 +180,12 @@ abstract class AbstractCommand
}
}
if (empty($output)) {
$output .= "\n";
$output .= "<red><bold>Sorry, there's no help for this command at the moment.</bold></red>";
$output .= "\n";
}
return $output;
}
}