Changeset df77b87 for app/src/dgp/cmdline_dgp.ggo
- Timestamp:
- 05/07/08 14:11:21 (17 years ago)
- Branches:
- master, help
- Children:
- f5d3b20
- Parents:
- 13a8a67
- git-author:
- obrebski <obrebski@…> (05/07/08 14:11:21)
- git-committer:
- obrebski <obrebski@…> (05/07/08 14:11:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/dgp/cmdline_dgp.ggo
r28e9ae0 rdf77b87 2 2 version "0.1" 3 3 4 #option "process" p "Process segments with this tag."5 # string no multiple6 7 #option "select" s "Select only segments with this field. [Not implemented.]"8 # string no multiple9 10 #option "ignore" S "Select only segments without this field. [Not implemented]"11 # string no multiple12 13 #option "input" f "Input file"14 # string typestr="filename" no15 16 #option "output" o "Output file"17 # string typestr="filename" no18 19 #option "failed" e "Fail file"20 # string typestr="filename" no21 22 #option "copy" c "Copy unprocessed"23 # flag off24 25 4 option "grammar" g "Grammar file" 26 string typestr="filename" default="dgp.dg "5 string typestr="filename" default="dgp.dgp" 27 6 28 7 option "long" l "Long output" 29 8 flag off 30 31 #option "interactive" - "Interactive use."32 # flag off33 9 34 10 option "debug" d "Debug mode." … … 40 16 c - constraints n - node/arc counts t - parse time 41 17 " 42 string default="gh"18 string no default="h"
Note: See TracChangeset
for help on using the changeset viewer.