summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/exec_options.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/autogen/user/exec_options.adoc')
-rw-r--r--doc/ja/autogen/user/exec_options.adoc33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/ja/autogen/user/exec_options.adoc b/doc/ja/autogen/user/exec_options.adoc
deleted file mode 100644
index 562b04476..000000000
--- a/doc/ja/autogen/user/exec_options.adoc
+++ /dev/null
@@ -1,33 +0,0 @@
-//
-// This file is auto-generated by script docgen.py.
-// DO NOT EDIT BY HAND!
-//
-* [[option_exec.color.flag_finished]] *exec.color.flag_finished*
-** 説明: pass:none[コマンドリストで使う実行完了コマンドのフラグに対するテキスト色]
-** タイプ: 色
-** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、端末色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_"
-** デフォルト値: `+lightred+`
-
-* [[option_exec.color.flag_running]] *exec.color.flag_running*
-** 説明: pass:none[コマンドリストで使う実行中コマンドのフラグに対するテキスト色]
-** タイプ: 色
-** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、端末色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_"
-** デフォルト値: `+lightgreen+`
-
-* [[option_exec.command.default_options]] *exec.command.default_options*
-** 説明: pass:none[/exec コマンドのデフォルトオプション (/help exec を参照してください); 例: "-nosh -bg" は全てのコマンドをバックグラウンドで実行し (出力なし)、シェルを使わない]
-** タイプ: 文字列
-** 値: 未制約文字列
-** デフォルト値: `+""+`
-
-* [[option_exec.command.purge_delay]] *exec.command.purge_delay*
-** 説明: pass:none[接続を切ったクライアントを追い出すまでの遅延時間 (秒単位、0 = すぐにクライアントを追い出す、-1 = 追い出さない)]
-** タイプ: 整数
-** 値: -1 .. 25920000
-** デフォルト値: `+0+`
-
-* [[option_exec.command.shell]] *exec.command.shell*
-** 説明: pass:none[shell to use with command "/exec -sh"; it can be just the name of shell if it is in PATH (for example "bash") or the absolute path to the shell (for example "/bin/bash"); if value is empty, "sh" is used (note: content is evaluated, see /help eval)]
-** タイプ: 文字列
-** 値: 未制約文字列
-** デフォルト値: `+"${env:SHELL}"+`