mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Fix error message when invoking wrong command.
Summary: @public The message we were showing before didn't include correctly the commands the private cli had. Reviewed By: @vjeux Differential Revision: D2530164 fb-gh-sync-id: 2b00c74cb41441686587588632815c5948f3a864
This commit is contained in:
committed by
facebook-github-bot-7
parent
3561c9ed2b
commit
31aacd78e8
@@ -61,4 +61,7 @@ function help() {
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
module.exports.run = run;
|
||||
module.exports = {
|
||||
commands: documentedCommands,
|
||||
run: run,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user