source:
app/src/dgp/cmdline_dgp.ggo
@
4216369
Last change on this file since 4216369 was 3748bd1, checked in by obrebski <obrebski@…>, 17 years ago | |
---|---|
|
|
File size: 340 bytes |
Rev | Line | |
---|---|---|
[28e9ae0] | 1 | package "dgp" |
2 | version "0.1" | |
3 | ||
4 | option "grammar" g "Grammar file" | |
[3748bd1] | 5 | string no typestr="filename" |
[28e9ae0] | 6 | |
7 | option "long" l "Long output" | |
8 | flag off | |
9 | ||
10 | option "debug" d "Debug mode." | |
11 | flag off | |
12 | ||
13 | option "info" - "Print info. | |
14 | h - heads d - dependents | |
15 | s - sets | |
16 | c - constraints n - node/arc counts t - parse time | |
17 | " | |
[df77b87] | 18 | string no default="h" |
Note: See TracBrowser
for help on using the repository browser.