We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4692212 commit 8c869f6Copy full SHA for 8c869f6
README.md
@@ -17,13 +17,15 @@ yarn build
17
## Usage
18
19
You can run this either via `yarn`:
20
+
21
```
22
yarn analyze:bat --debug --console two-fer ~/path/to/solution/folder
23
24
25
Or directly via the provided shell script:
26
27
-./bin/analyze.sh two_fer ~/path/to/solution
28
+./bin/analyze.sh --debug --console two-fer ~/path/to/solution/folder
29
30
31
Add the `--debug` and `--console` flags to get output in the terminal window.
0 commit comments