-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Preparation step for new schema. In order to migrate smoothly we gonna use `--v2` flag Reviewed By: alanz Differential Revision: D55063029 fbshipit-source-id: b566b581ae129cc13537a7fde24e05d66d8169d4
- Loading branch information
1 parent
febffe9
commit 8fd0e13
Showing
3 changed files
with
33 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Usage: [--project PROJECT] [--module MODULE] [--to TO] | ||
Usage: [--project PROJECT] [--module MODULE] [--to TO] [--v2] | ||
|
||
Available options: | ||
--project <PROJECT> Path to directory with project, or to a JSON file (defaults to `.`) | ||
--module <MODULE> | ||
--to <TO> Path to a directory where to dump result | ||
--v2 Produce glean db with macros, types, xrefs. Incompatible with previous | ||
-h, --help Prints help information |