Skip to content

Commit

Permalink
Add cli options to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Nov 27, 2018
1 parent fd6e4c4 commit 416b4da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ Both will output something like:
}
```

### CLI Options

You can use `--report` to customize the output type. `full` (the default) is human-readable and `json` prints a JSON object as shown above. These match the phpcs reporters of the same names.

You can use `--standard` to specify a specific phpcs standard to run. This matches the phpcs option of the same name.

## Installation

```
Expand Down

0 comments on commit 416b4da

Please sign in to comment.