Update doc for CLI

This commit is contained in:
Frederic Guillot
2016-04-18 21:57:23 -04:00
parent 4253df0854
commit 78ffcf9496
4 changed files with 11 additions and 4 deletions

View File

@@ -119,6 +119,12 @@ Emails will be sent to all users with notifications enabled.
./kanboard notification:overdue-tasks
```
Optional parameters:
- `--show`: Display notifications sent
- `--group`: Group all overdue tasks for one user (from all projects) in one email
- `--manager`: Send all overdue tasks to project manager(s) in one email
You can also display the overdue tasks with the flag `--show`:
```bash