mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
26 lines
1.3 KiB
HTML
26 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!-- gdhelp_en.qdoc -->
|
|
<title>14 Command line switches | GoldenDict</title>
|
|
<link rel="stylesheet" type="text/css" href="style/offline.css" />
|
|
</head>
|
|
<body>
|
|
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
|
|
<h1 class="title">14 Command line switches</h1>
|
|
<!-- $$$cmdline.html-description -->
|
|
<div class="descr" id="details">
|
|
<p>Note: All switches are case-sensitive.</p>
|
|
<div class="table"><table class="generic">
|
|
<thead><tr class="qt-style"><th >Switch</th><th >Action</th></tr></thead>
|
|
<tr valign="top" class="odd"><td >--log-to-file</td><td >Turn on <a href="debug.html" translate="no">debug mode</a>.</td></tr>
|
|
<tr valign="top" class="even"><td >--group-name=name_of_group</td><td >Set "name_of_group" group of dictionaries as current for main window.</td></tr>
|
|
<tr valign="top" class="odd"><td >--popup-group-name=name_of_group</td><td >Set "name_of_group" group of dictionaries as current for popup window.</td></tr>
|
|
</table></div>
|
|
<p>Switches "--group-name" and "--popup-group-name" can affect to already loaded GoldenDict instance. Also command line can contain word which will be transferred to GoldenDict to translate.</p>
|
|
</div>
|
|
<!-- @@@cmdline.html -->
|
|
</body>
|
|
</html>
|