source: src/common/cmdline.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: 1.3 KB
Line 
1#section "Common UTT options"
2
3
4option  "input"         f       "Input file" string no
5
6option  "output"        o       "Output file for succesfully processed segments" string no
7
8option  "fail"          e       "Output file for unsuccesfully processed segments " string no
9
10option  "only-fail"     -       "Print only segments the program failed to process" flag off hidden
11
12option  "no-fail"       -       "Print only segments the program processed" flag off hidden
13
14option  "copy"          c       "Copy succesfully processed segments to standard output" flag off
15
16option  "process"       p       "Process segments with this tag" string no multiple
17
18option  "select"        s       "Select only segments with this field" string no multiple
19
20option  "ignore"        S       "Select only segments without this field" string no multiple
21
22option  "output-field"  O       "Output field name" string no
23
24option  "input-field"   I       "Input field name" string no multiple
25
26option  "interactive"   i       "Toggle interactive mode" flag off
27
28option  "config"        -       "Configuration file" string typestr="FILENAME" no
29
30option  "one-field"     1       "Print all results in one segments (creates ambiguous annotation)" flag off
31
32option  "one-line"      -       "Print annotation alternatives as additional fields" flag off
33
34option  "language"      -       "Language." string no
35package "guess"
36version "0.1"
37
38option  "color"         l       "Show guessed descriptions in colour." flag off
39
Note: See TracBrowser for help on using the repository browser.