File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ It will create a flame graph that shows the time spent in each function and the
35
35
36
36
## Terminal Arguments
37
37
38
- | Option | Shorthand | Description |
39
- | ----------- | --------- | --------------------------------------- |
40
- | ` --args ` | | comma separated process args ` -t,build ` |
41
- | ` --verbose ` | ` -v ` | Show verbose output |
42
- | ` --noPatch ` | ` -p ` | Don't patch the Nx sourcecode |
43
- | ` --outDir ` | ` -d ` | Output directory |
44
- | ` --outFile ` | ` -f ` | Output file |
38
+ | Option | Shorthand | Description |
39
+ | ----------- | --------- | ------------------------------------------- |
40
+ | ` --args ` | | comma separated process ` --args= -t,build` |
41
+ | ` --verbose ` | ` -v ` | Show verbose output |
42
+ | ` --noPatch ` | ` -p ` | Don't patch the Nx sourcecode |
43
+ | ` --outDir ` | ` -d ` | Output directory |
44
+ | ` --outFile ` | ` -f ` | Output file |
45
45
46
46
** Example**
47
47
You can’t perform that action at this time.
0 commit comments