blob: 4b15cbf2aca19b2845572f5206520aa85d54ff03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
#
# $FML: command_line_options,v 1.20 2006/02/04 06:48:58 fukachan Exp $
#
# map between programs and options
#
# program name command line options
# --------------------------------------------------------------------
#
# libexec/
command debug! help! -c=s -o=s%
digest debug! help! -c=s -o=s%
distribute debug! help! -c=s -o=s%
error debug! help! -c=s -o=s%
mead debug! help! -c=s -o=s%
createonpost debug! help! -c=s -o=s%
fetchfml debug! help! -c=s -o=s% article-post! command-mail! error! error-mail-analyzer!
# bin/
fml debug! help! force! log-dup! log-computer-output! quiet! q! allow-send-message! send-to=s -c=s -o=s% -O=s% mode=s
fmladdr debug! help! n! -c=s -o=s%
fmlalias debug! help! n! -c=s -o=s%
fmlconf debug! help! n! -c=s -o=s%
fmldoc debug! help! -c=s v! t! u! m! l! -o=s%
fmlerror debug! help! -o=s%
fmlhtmlify debug! help! -I=s -o=s%
fmlspool debug! help! -I=s convert! style=s srcdir=s -o=s%
fmlthread debug! help! article_id_max=i spool_dir=s base_url=s msg_base_url=s reverse! -f=s -c=s -o=s%
makefml debug! help! force! log-dup! log-computer-output! quiet! q! allow-send-message! send-to=s -c=s -o=s% -O=s% mode=s
# be just a wrapper, so without fml specific command line options.
fmlpgp
fmlpgp5
fmlpgpe
fmlpgpk
fmlpgps
fmlpgpv
fmlgpg
fmlgpgv
# cgi-bin/
config.cgi
fmlthread.cgi
thread.cgi
threadview.cgi
menu.cgi
# demo
fmlsch debug! help! -D=s -F=s -m=s a! h! -o=s%
fmlsch.cgi
fmlproj debug! html! csv! xml!
# compatibility
fml.pl ctladdr! debug! help! -c=s -o=s%
# test
loader ctladdr! debug! help! -c=s -o=s%
|