-
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: pretty printing result Reviewed By: alanz Differential Revision: D55311176 fbshipit-source-id: 99c673d146295f7619db93663b446af377bbae90
- Loading branch information
1 parent
8b48cfd
commit c544d0c
Showing
3 changed files
with
17 additions
and
5 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,8 +1,9 @@ | ||
Usage: [--project PROJECT] [--module MODULE] [--to TO] [--v2] | ||
Usage: [--project PROJECT] [--module MODULE] [--to TO] [--v2] [--pretty] | ||
|
||
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 | ||
--pretty Pretty print | ||
-h, --help Prints help information |