Skip to content

Commit

Permalink
[doc] fix CommandSummarySubscriber config
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed May 19, 2022
1 parent 0ca67cc commit d6ebf15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,10 @@ If using Symfony, configure it as a service to enable:

```yaml
# config/packages/zenstruck_console_extra.yaml
Zenstruck\Console\EventListener\CommandSummarySubscriber:
autoconfigure: true

services:
Zenstruck\Console\EventListener\CommandSummarySubscriber:
autoconfigure: true
```
**NOTE**: This will display a summary after every registered command runs.

0 comments on commit d6ebf15

Please sign in to comment.