Skip to content

Commit

Permalink
Update doc for --style
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Jun 18, 2020
1 parent b6de16b commit fa37f3e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,20 @@ If you want to see only database information:
```sh
php artisan laralens:diagnostic --show=database
```
### Usage: change the style of output table
You can choose one of these styles via *--style=* option:

* default
* borderless
* compact
* symfony-style-guide
* box
* box-double

For example:
```sh
php artisan laralens:diagnostic --style=borderless
```


### Testing
Expand Down

0 comments on commit fa37f3e

Please sign in to comment.