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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
*-a*, *--no-connect*::
WeeChat の起動時にサーバへの自動接続を行わない
*-c*, *--colors*::
端末にデフォルト色を表示
*--daemon*::
WeeChat をデーモン化してバックグラウンド実行
(*weechat-headless* コマンドで起動した場合のみ有効)
*-d*, *--dir* _<path>_::
WeeChat のホームディレクトリを path に設定 (設定ファイル、ログ、
ユーザプラグイン、スクリプトに利用される)、初期値は "~/.weechat"。
(注意: パスが存在しない場合は WeeChat がディレクトリを作成します)
このオプションを指定しなかった場合、環境変数 WEECHAT_HOME を使います
(空でない限り)。
// TRANSLATION MISSING
*-t*, *--temp-dir*::
Create a temporary WeeChat home directory and delete it on exit
(incompatible with option "-d"). +
The name of the directory is automatically built by WeeChat, with this
template: "weechat_temp_XXXXXX" (where "XXXXXX" is random). It it created
in the first available directory in this list: environment variable "TMPDIR",
"/tmp" (may be different according to the operating system), environment
variable "HOME", current directory. +
The temporary home directory has permissions 0700 (only owner can read,
write and execute).
*-h*, *--help*::
ヘルプを表示
*-l*, *--license*::
WeeChat ライセンスを表示
*-p*, *--no-plugin*::
プラグインの自動ロードを止める
*-P*, *--plugins* _<plugins>_::
起動時にロードするプラグインを指定 (/help weechat.plugin.autoload を参照してください)。
このオプションを使う場合、weechat.plugin.autoload オプションは無視されます。
*-r*, *--run-command* _<command>_::
起動後にコマンドを実行; 複数のコマンドを実行するには各コマンドをセミコロンで区切って下さい。
このオプションは複数回使用できます。
*-s*, *--no-script*::
スクリプトの自動ロードを止める
*--upgrade*::
`/upgrade -quit` コマンドで生成されるセッションファイルを使って WeeChat をアップグレード
*-v*, *--version*::
WeeChat のバージョンを表示
*plugin:option*::
プラグインに渡すオプション
|