Description
react-native-cli (not local-cli) should have a --help flag so that react-native --help would work outside of a project.
Current Behaviour
$ react-native --help
You did not pass any commands, did you mean to run `react-native init`?
Expected Behaviour
At least this:
$ react-native --help
react-native [options] [command]
Commands:
init generates a new react-native project
Options:
-h, --help output usage information
--config [string] Path to the CLI configuration file
The flags that are available seem to be documented here.
Additional Information
- React Native version: 0.36.1
- react-native-cli: 1.0.0
- Operating System: MacOS
Description
react-native-cli (not local-cli) should have a
--helpflag so thatreact-native --helpwould work outside of a project.Current Behaviour
Expected Behaviour
At least this:
The flags that are available seem to be documented here.
Additional Information