mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 16:54:08 +00:00
21 lines
629 B
Markdown
21 lines
629 B
Markdown
|
You can send word to mainwindow to popup via `goldendict <word>`.
|
||
|
|
||
|
## Command Line Options
|
||
|
|
||
|
```
|
||
|
Usage: goldendict [options] [word]
|
||
|
|
||
|
Options:
|
||
|
-h, --help Displays help on commandline
|
||
|
options.
|
||
|
--help-all Displays help including Qt specific
|
||
|
options.
|
||
|
-l, --log-to-file Save debug messages to gd_log.txt in
|
||
|
the config folder.
|
||
|
-g, --group-name <groupName> Change the group of main window.
|
||
|
-p, --popup-group-name <popupGroupName> Change the group of popup.
|
||
|
|
||
|
Arguments:
|
||
|
word Word or sentence to query.
|
||
|
```
|