changelog shortlog graph tags branches changeset files revisions annotate raw help

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

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