source: app/src/dgp/cmdline.ggo @ 0214596

help
Last change on this file since 0214596 was 0214596, checked in by pawelk <pawelk@…>, 16 years ago

Dodalismy do pakietu utt komponent dgp (brak configow i innych bajerow).

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@24 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

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