advice on typing --help when a wrong command is inputed
This commit is contained in:
parent
561caa9b0b
commit
833102d175
|
@ -148,6 +148,7 @@ Cmd.prototype.otherCommands = function() {
|
|||
program
|
||||
.action(function(env){
|
||||
console.log('unknown command "%s"'.red, env);
|
||||
console.log("type embark --help to see the available commands");
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue