45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
-conflict : Treat file as a merge conflict file and enter merge
mode.
-o <file> : Specify merge result output file.
-browse : Automatically bring up file dialog after starting.
-server : Set up Eskil to be controllable from the outside.
-print <file> : Generate PDF and exit.
-plugin <name> : Preprocess files using plugin.
-limit <lines> : Do not process more than <lines> lines.}
To list all options matching a prefix, run 'eskil --query prefix'.
In tcsh use this line to get option completion:
|
|
>
>
>
>
>
>
|
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
-conflict : Treat file as a merge conflict file and enter merge
mode.
-o <file> : Specify merge result output file.
-browse : Automatically bring up file dialog after starting.
-server : Set up Eskil to be controllable from the outside.
-print <file> : Generate PDF and exit.
-printCharsPerLine <n> : Adapt font size for this line length and wrap. (80)
-printPaper <paper> : Select paper size (a4)
-printHeaderSize <n> : Font size for page header (10)
-printColorChange <RGB> : Color for change (1.0 0.7 0.7)
-printColorOld <RGB> : Color for old text (0.7 1.0 0.7)
-printColorNew <RGB : Color for new text (0.8 0.8 1.0)
-plugin <name> : Preprocess files using plugin.
-limit <lines> : Do not process more than <lines> lines.}
To list all options matching a prefix, run 'eskil --query prefix'.
In tcsh use this line to get option completion:
|