From 93c56a0e902d61b5c255fe2de2d74f6796fd59e5 Mon Sep 17 00:00:00 2001 From: James Ide Date: Tue, 20 Oct 2015 09:47:28 -0700 Subject: [PATCH] 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 --- packager/packager.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packager/packager.js b/packager/packager.js index cab0425ce372ca..b75ccaa260e061 100644 --- a/packager/packager.js +++ b/packager/packager.js @@ -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',