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 postscript 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
|
-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:
|