Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add description to CLI arguments (facebook#46890)
Summary: Pull Request resolved: facebook#46890 Add details as this is discussed in the Turbo Native Modules documentation going out in 0.76: ``` Usage: combine-js-to-schema-cli.js <outfile> <file1> [<file2> ...] Options: --help Show help [boolean] --version Show version number [boolean] -p, --platform Platforms to generate schema for, this works on filenames: <filename>[.<platform>].(js|tsx?) [default: null] -e, --exclude Regular expression to exclude files from schema generation [default: null] ``` ## Changelog: [General][Added] Add cli --help details to combine-js-toschema-cli.js Reviewed By: dmytrorykun Differential Revision: D64045337 fbshipit-source-id: a4b977da2cbb0198a5d43f17ca3466ebde21e9a9
- Loading branch information