46
47
48
49
50
51
52
53
54
55
56
57
58
|
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
+
+
|
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:
complete eskil 'C/-/`eskil --query -`/'
|