mailpot/README.md

28 lines
683 B
Markdown
Raw Normal View History

2020-08-15 22:10:49 +03:00
# Mailpot
## flexible mailing list manager
```text
% mpot help
mailpot 0.1.0
mini mailing list manager
USAGE:
mpot [FLAGS] [OPTIONS] <SUBCOMMAND>
FLAGS:
-d, --debug Activate debug mode
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --config <config> Set config file
SUBCOMMANDS:
create-list Create new list
db-location Prints database filesystem location
help Prints this message or the help of the given subcommand(s)
list Mailing list management
list-lists Lists all registered mailing lists
post Post message from STDIN to list
```