Skip to content

Commit ca9fb6f

Browse files
authored
docs(scully): add showGuessError flag to docs (#258)
1 parent acc4cc4 commit ca9fb6f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/scully-cmd-line.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Scully CLI has the following options available:
66

77
- [serve](#serve)
88
- [showBrowser](#showbrowser)
9+
- [showGuessError](#showguesserror)
910
- [configFile](#configfile)
1011
- [project](#project)
1112
- [baseFilter](#basefilter)
@@ -27,6 +28,14 @@ npx scully --showBrowser
2728

2829
Alias `--sb`. This will show the chromium browser that is rendering your application. Can be used to diagnose some issues
2930

31+
## showGuessError
32+
33+
```bash
34+
npx scully --showGuessError
35+
```
36+
37+
Alias `--sge`. This shows errors from Guess-Parse to the console.
38+
3039
## configFile
3140

3241
```bash

0 commit comments

Comments
 (0)