help
Line | |
---|
1 | package "dgp" |
---|
2 | version "0.1" |
---|
3 | |
---|
4 | option "process" p "Process segments with this tag." |
---|
5 | string no multiple |
---|
6 | |
---|
7 | option "select" s "Select only segments with this field. [Not implemented.]" |
---|
8 | string no multiple |
---|
9 | |
---|
10 | option "ignore" S "Select only segments without this field. [Not implemented]" |
---|
11 | string no multiple |
---|
12 | |
---|
13 | option "input" f "Input file" |
---|
14 | string typestr="filename" no |
---|
15 | |
---|
16 | option "output" o "Output file" |
---|
17 | string typestr="filename" no |
---|
18 | |
---|
19 | option "failed" e "Fail file" |
---|
20 | string typestr="filename" no |
---|
21 | |
---|
22 | option "copy" c "Copy unprocessed" |
---|
23 | flag off |
---|
24 | |
---|
25 | option "grammar" g "Grammar file" |
---|
26 | string typestr="filename" default="dgp.dg" |
---|
27 | |
---|
28 | option "long" l "Long output" |
---|
29 | flag off |
---|
30 | |
---|
31 | option "interactive" - "Interactive use." |
---|
32 | flag off |
---|
33 | |
---|
34 | option "debug" d "Debug mode." |
---|
35 | flag off |
---|
36 | |
---|
37 | option "info" i "Print info. |
---|
38 | h - heads d - dependents |
---|
39 | s - sets |
---|
40 | c - constraints n - node/arc counts t - parse time |
---|
41 | " |
---|
42 | string default="gh" |
---|
Note: See
TracBrowser
for help on using the repository browser.