changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 48: 9f2e9e647333
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/core/app/mailman.org	Sat Sep 07 22:34:47 2024 -0400
     1.3@@ -0,0 +1,33 @@
     1.4+#+title: mailman
     1.5+#+author: Richard Westhaver
     1.6+#+setupfile: ../../../clean.theme
     1.7+#+OPTIONS: num:nil
     1.8+
     1.9+* help
    1.10+:PROPERTIES:
    1.11+:ID:       2f0abc41-8748-4946-acec-cf3ee30a1bf4
    1.12+:END:
    1.13+#+begin_src shell :results pp replace :exports both
    1.14+mailman -h
    1.15+#+end_src
    1.16+
    1.17+#+RESULTS:
    1.18+#+begin_example
    1.19+Mail client util
    1.20+
    1.21+Usage: mailman [OPTIONS] [COMMAND]
    1.22+
    1.23+Commands:
    1.24+  ping    Ping the server
    1.25+  search  Search for items
    1.26+  import  Import an account
    1.27+  export  Export an account
    1.28+  help    Print this message or the help of the given subcommand(s)
    1.29+
    1.30+Options:
    1.31+  -c, --cfg <CFG>    Set the default config file [env: MAILMAN_CONFIG_FILE=]
    1.32+  -u, --user <USER>  Set a user for this command [env: USER=ellis]
    1.33+  -l, --level...     Set log level
    1.34+  -h, --help         Print help
    1.35+  -V, --version      Print version
    1.36+#+end_example