blob: 82a1c8fb889727fdfdba485f5fc1824074278d8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
*-a*, *--no-connect*::
Disable auto-connect to servers when WeeChat is starting.
*-c*, *--colors*::
Display default colors in terminal.
*-d*, *--dir* _<path>_::
Set path as home for WeeChat (used for configuration files, logs, user
plugins and scripts), default value is "~/.weechat" (note: directory is
created if not found by WeeChat).
If this option is not given, the environment variable WEECHAT_HOME is used
(if not empty).
*-h*, *--help*::
Display help.
*-l*, *--license*::
Display WeeChat license.
*-p*, *--no-plugin*::
Disable plugins auto-load.
*-r*, *--run-command* _<command>_::
Run command(s) after startup (many commands can be separated by semicolons).
*-s*, *--no-script*::
Disable scripts auto-load.
*--upgrade*::
Upgrade WeeChat using session files generated with command `/upgrade -quit`.
*-v*, *--version*::
Display WeeChat version.
*plugin:option*::
Option for a plugin.
|