source: app/src/dgp/cmdline_dgp.ggo @ 6b3be72

help
Last change on this file since 6b3be72 was df77b87, checked in by obrebski <obrebski@…>, 16 years ago

w struktura.txt wpisalem sugestie R.D.
dgp obsluguje configa

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

  • Property mode set to 100644
File size: 355 bytes
Line 
1package "dgp"
2version "0.1"
3
4option  "grammar"       g       "Grammar file"
5                                string typestr="filename" default="dgp.dgp"
6
7option  "long"          l       "Long output"
8                                flag off
9
10option  "debug"         d       "Debug mode."
11                                flag off
12
13option  "info"          -       "Print info.
14h - heads         d - dependents
15s - sets
16c - constraints   n - node/arc counts   t - parse time
17"
18string no default="h"
Note: See TracBrowser for help on using the repository browser.