source: app/src/dgp/cmdline_dgp.ggo @ 13a8a67

help
Last change on this file since 13a8a67 was 28e9ae0, checked in by obrebski <obrebski@…>, 16 years ago

dgp korzysta z normalnego common.cc i bierze wspolne parametry z cmdline_common.ggo

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

  • Property mode set to 100644
File size: 964 bytes
Line 
1package "dgp"
2version "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
25option  "grammar"       g       "Grammar file"
26                                string typestr="filename" default="dgp.dg"
27
28option  "long"          l       "Long output"
29                                flag off
30
31#option  "interactive"  -       "Interactive use."
32#                               flag off
33
34option  "debug"         d       "Debug mode."
35                                flag off
36
37option  "info"          -       "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.