changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / core/app/mailman.org

changeset 11: d0a90a87b824
author: ellis <ellis@rwest.io>
date: Sat, 09 Dec 2023 20:50:45 -0500
permissions: -rw-r--r--
description: populate
1 {{{header(mailman,Richard Westhaver,ellis@rwest.io)}}}
2 * help
3 #+begin_src shell :results pp replace
4 mailman -h
5 #+end_src
6 
7 #+RESULTS:
8 #+begin_example
9 Mail client util
10 
11 Usage: mailman [OPTIONS] [COMMAND]
12 
13 Commands:
14  ping Ping the server
15  search Search for items
16  import Import an account
17  export Export an account
18  help Print this message or the help of the given subcommand(s)
19 
20 Options:
21  -c, --cfg <CFG> Set the default config file [env: MAILMAN_CONFIG_FILE=]
22  -u, --user <USER> Set a user for this command [env: USER=ellis]
23  -l, --level... Set log level
24  -h, --help Print help
25  -V, --version Print version
26 #+end_example