changelog shortlog graph tags branches changeset files revisions annotate raw help

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

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