Improve styling of CLI tasks
This commit is contained in:
parent
869ea2ab90
commit
a54739a530
2 changed files with 8 additions and 13 deletions
|
|
@ -1,14 +1,12 @@
|
|||
# Managing digest emails
|
||||
Every command should be ran with a prefix, in case of OTP releases it is `./bin/pleroma_ctl digest` and in case of source installs it's `mix pleroma.digest`.
|
||||
|
||||
## `test`
|
||||
## Send digest email since given date (user registration date by default) ignoring user activity status.
|
||||
|
||||
```sh
|
||||
$PREFIX test <nickname> <since_date>
|
||||
$PREFIX test <nickname> [<since_date>]
|
||||
```
|
||||
|
||||
Send digest email since given date (user registration date by default) ignoring user activity status.
|
||||
|
||||
Example:
|
||||
```sh
|
||||
$PREFIX test donaldtheduck 2019-05-20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue