changelog shortlog graph tags branches changeset files revisions annotate raw help

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

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