* mu: document mu script command

This commit is contained in:
djcb
2012-10-22 23:13:45 +03:00
parent 77c72d684b
commit 1cd5af399d
4 changed files with 92 additions and 57 deletions

View File

@ -96,13 +96,16 @@ mu4e e-mail client.
#END
#BEGIN MU_CONFIG_CMD_STATS
#BEGIN MU_CONFIG_CMD_SCRIPT
#STRING
mu stats [options] [--stat=<statistic>] [<query>]
mu script [--script=<script>] [<pattern>] [-v] -- [script-options]
#STRING
Run some statistics on the mu database. Option '--stat=' selects the statistic to
show, optionally limited to the messages matching <query>. Without '--stat',
lists the available statistics.
Without any parameter, list the available scripts. With <pattern>,
list only those scripts whose name or one-line description matches it.
With -v, give longer descriptions of each script.
With --script=<script>, run the script whose name is <script>; pass
any arguments to the script after the "--" double-dash.
#END