blob: 44205678ff19c6509ebcafc3cdea836402d92418 (
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
|
#
# $FML: command_line_options,v 1.10 2004/02/26 05:07: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%
faker debug! help! -c=s -o=s%
# bin/
fml debug! help! force! log-dup! log-computer-output! quiet! q! -c=s -o=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! -c=s -o=s%
# 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
# compatibility
fml.pl ctladdr! debug! help! -c=s -o=s%
# test
loader ctladdr! debug! help! -c=s -o=s%
|