source: src/dgp/cmdline_dgp.ggo @ 5f4d9c3

Last change on this file since 5f4d9c3 was 5f4d9c3, checked in by Maciej Prill <mprill@…>, 12 years ago

Rewritten the build system, added lem UTF-8 version.

  • Property mode set to 100644
File size: 340 bytes
Line 
1package "dgp"
2version "0.1"
3
4option  "grammar"       g       "Grammar file"
5                                string no typestr="filename"
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.