Skip to content

Commit

Permalink
docs(scully): add showGuessError flag to docs (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Villanuevand authored Jan 31, 2020
1 parent acc4cc4 commit ca9fb6f
Showing 1 changed file with 9 additions and 0 deletions.
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

0 comments on commit ca9fb6f

Please sign in to comment.