Skip to content

Commit

Permalink
[Packager] Expose the projectRoots option
Browse files Browse the repository at this point in the history
This was already implemented -- just documenting it in the CLI.

Test Plan: `packager.sh --projectRoot /my/project`
  • Loading branch information
ide committed Oct 15, 2015
1 parent ca1bc35 commit 67d05bd
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 67d05bd

Please sign in to comment.