-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.command
59 lines (44 loc) · 1.22 KB
/
main.command
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
59
Class MakeRFC Shell
Brief "Process documents in HTML2RFC and XML2RFC format"
Type NewFile "file"
Type ExistingFile "file"
Type Flag "flag"
About "about"
Brief "brief"
Command RFC "rfc"
DefaultCommand
Lazy Lazy "lazy"
Brief "Only generate code if source or program have changed"
Parameter InputFile "input" ExistingFile
Option InputFormat "in" String
Option Catalog "catalog" String
Option HTML "html" NewFile
Default "html"
Option XML "xml" NewFile
Default "xml"
Option TXT "txt" NewFile
Default "txt"
Option MD "md" NewFile
Default "md"
Option DOC "docx" NewFile
Default "docx"
Option AML "aml" NewFile
Default "aml"
Option W3C "w3c" NewFile
Default "html"
Option Bibliography "bib" ExistingFile
Option Cache "cache" ExistingFile
Option Stylesheet "style" ExistingFile
Option Boilerplate "boiler" ExistingFile
Option Auto "auto" Flag
Default "false"
Command Template "new"
Parameter Identifier "identifier" String
Option HTML "html" NewFile
Default "html"
Option XML "xml" NewFile
Default "xml"
Option MD "md" NewFile
Default "md"
Option DOC "docx" NewFile
Default "docx"