changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 48: 9f2e9e647333
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 07 Sep 2024 22:34:47 -0400
permissions: -rw-r--r--
description: core documentation and stats
1 #+title: mailman
2 #+author: Richard Westhaver
3 #+setupfile: ../../../clean.theme
4 #+OPTIONS: num:nil
5 
6 * help
7 :PROPERTIES:
8 :ID: 2f0abc41-8748-4946-acec-cf3ee30a1bf4
9 :END:
10 #+begin_src shell :results pp replace :exports both
11 mailman -h
12 #+end_src
13 
14 #+RESULTS:
15 #+begin_example
16 Mail client util
17 
18 Usage: mailman [OPTIONS] [COMMAND]
19 
20 Commands:
21  ping Ping the server
22  search Search for items
23  import Import an account
24  export Export an account
25  help Print this message or the help of the given subcommand(s)
26 
27 Options:
28  -c, --cfg <CFG> Set the default config file [env: MAILMAN_CONFIG_FILE=]
29  -u, --user <USER> Set a user for this command [env: USER=ellis]
30  -l, --level... Set log level
31  -h, --help Print help
32  -V, --version Print version
33 #+end_example