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 acc4cc4 commit ca9fb6fCopy full SHA for ca9fb6f
docs/scully-cmd-line.md
@@ -6,6 +6,7 @@ Scully CLI has the following options available:
6
7
- [serve](#serve)
8
- [showBrowser](#showbrowser)
9
+ - [showGuessError](#showguesserror)
10
- [configFile](#configfile)
11
- [project](#project)
12
- [baseFilter](#basefilter)
@@ -27,6 +28,14 @@ npx scully --showBrowser
27
28
29
Alias `--sb`. This will show the chromium browser that is rendering your application. Can be used to diagnose some issues
30
31
+## showGuessError
32
+
33
+```bash
34
+npx scully --showGuessError
35
+```
36
37
+Alias `--sge`. This shows errors from Guess-Parse to the console.
38
39
## configFile
40
41
```bash
0 commit comments