@@ -16,15 +16,15 @@ Arguments:
16
16
17
17
Options:
18
18
-d, --debug
19
- --dump-ir <DUMP_IR> Dump the IR for the specified function
20
- -dt, --dump-dt <DUMP_DOM_TREE> Dump the Dominator Tree for the specified app
21
- -f, --function <FUNCTION> A specific function to scan, must be an entrypoint specified in `manifest.yml`
22
- -h, --help Print help information
23
- -V, --version Print version information
24
- --check-permissions Runs the permission checker
25
- --cached-permissions Uses cached swagger permissions to avoid redownloading them
26
- --cached-permissions-path User designated cache location, if not specified defaults to ~/.cache
27
- --graphql-schema-path <LOCATION> Uses the graphql schema in location; othwerwise selects ~/.config dir
19
+ --dump-ir <DUMP_IR> Dump the IR for the specified function
20
+ -dt, --dump-dt <DUMP_DOM_TREE> Dump the Dominator Tree for the specified app
21
+ -f, --function <FUNCTION> A specific function to scan, must be an entrypoint specified in `manifest.yml`
22
+ -h, --help Print help information
23
+ -V, --version Print version information
24
+ --check-permissions Runs the permission checker
25
+ --cached-permissions Uses cached swagger permissions to avoid redownloading them
26
+ --cached-permissions-path <LOCATION> Uses the designated cache location, otherwise selects ~/.cache dir
27
+ --graphql-schema-path <LOCATION> Uses the graphql schema in location; othwerwise selects ~/.config dir
28
28
```
29
29
30
30
## Installation
0 commit comments