Expose the projectRoots option

Summary: This was already implemented -- just documenting it in the CLI.
Closes https://github.com/facebook/react-native/pull/3246

Reviewed By: svcscm

Differential Revision: D2560211

Pulled By: martinbigio

fb-gh-sync-id: c4e4d974db28d6251636ff38bfcb0afdf5148de7
This commit is contained in:
James Ide 2015-10-20 09:47:28 -07:00 committed by facebook-github-bot-2
parent 8b7342325a
commit d4d1608ee6

View File

@ -41,6 +41,10 @@ var options = parseCommandLine([{
command: 'root',
type: 'string',
description: 'add another root(s) to be used by the packager in this project',
}, {
command: 'projectRoots',
type: 'string',
description: 'override the root(s) to be used by the packager',
}, {
command: 'assetRoots',
type: 'string',