changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 23: 411eeaebc6d2
parent 22: 889970442a12
child 24: 141ebff9d543
     1.1--- a/core/app/mailman.org	Mon May 27 22:04:39 2024 -0400
     1.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3@@ -1,26 +0,0 @@
     1.4-{{{header(mailman,Richard Westhaver,ellis@rwest.io)}}}
     1.5-* help
     1.6-#+begin_src shell :results pp replace
     1.7-mailman -h
     1.8-#+end_src
     1.9-
    1.10-#+RESULTS:
    1.11-#+begin_example
    1.12-Mail client util
    1.13-
    1.14-Usage: mailman [OPTIONS] [COMMAND]
    1.15-
    1.16-Commands:
    1.17-  ping    Ping the server
    1.18-  search  Search for items
    1.19-  import  Import an account
    1.20-  export  Export an account
    1.21-  help    Print this message or the help of the given subcommand(s)
    1.22-
    1.23-Options:
    1.24-  -c, --cfg <CFG>    Set the default config file [env: MAILMAN_CONFIG_FILE=]
    1.25-  -u, --user <USER>  Set a user for this command [env: USER=ellis]
    1.26-  -l, --level...     Set log level
    1.27-  -h, --help         Print help
    1.28-  -V, --version      Print version
    1.29-#+end_example