mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-18 18:26:50 +00:00
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…
x
Reference in New Issue
Block a user