Skip to content

Commit

Permalink
Expose the projectRoots option
Browse files Browse the repository at this point in the history
Summary: This was already implemented -- just documenting it in the CLI.
Closes #3246

Reviewed By: svcscm

Differential Revision: D2560211

Pulled By: martinbigio

fb-gh-sync-id: c4e4d974db28d6251636ff38bfcb0afdf5148de7
  • Loading branch information
ide authored and facebook-github-bot-2 committed Oct 20, 2015
1 parent fb46e39 commit 93c56a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packager/packager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 93c56a0

Please sign in to comment.