Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(scully): add showGuessError flag to docs #258

Merged
merged 1 commit into from
Jan 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/scully-cmd-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Scully CLI has the following options available:

- [serve](#serve)
- [showBrowser](#showbrowser)
- [showGuessError](#showguesserror)
- [configFile](#configfile)
- [project](#project)
- [baseFilter](#basefilter)
Expand All @@ -27,6 +28,14 @@ npx scully --showBrowser

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

## showGuessError

```bash
npx scully --showGuessError
```

Alias `--sge`. This shows errors from Guess-Parse to the console.

## configFile

```bash
Expand Down