diff options
author | aycabta <[email protected]> | 2021-08-30 02:08:16 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2021-08-30 02:45:13 +0900 |
commit | ece4ed0da715218168e264aa7067113d48d38a3d (patch) | |
tree | a383f9ed44f04681ad0992efdcef2da8ef2b4227 /lib/irb/lc | |
parent | b6b2b767ed50cb29d7abb96ab9dcee552cc0470a (diff) |
Add --autocomplete / --noautocomplete options
Diffstat (limited to 'lib/irb/lc')
-rw-r--r-- | lib/irb/lc/help-message | 2 | ||||
-rw-r--r-- | lib/irb/lc/ja/help-message | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/irb/lc/help-message b/lib/irb/lc/help-message index 9c3ea859ad..30f49947da 100644 --- a/lib/irb/lc/help-message +++ b/lib/irb/lc/help-message @@ -30,6 +30,8 @@ Usage: irb.rb [options] [programfile] [arguments] --nosingleline Don't use singleline editor module --colorize Use colorization --nocolorize Don't use colorization + --autocomplete Use autocompletion + --noautocomplete Don't use autocompletion --prompt prompt-mode/--prompt-mode prompt-mode Switch prompt mode. Pre-defined prompt modes are `default', `simple', `xmp' and `inf-ruby' diff --git a/lib/irb/lc/ja/help-message b/lib/irb/lc/ja/help-message index 9794a8e24e..238535afb7 100644 --- a/lib/irb/lc/ja/help-message +++ b/lib/irb/lc/ja/help-message @@ -29,6 +29,8 @@ Usage: irb.rb [options] [programfile] [arguments] --nosingleline シングルラインエディタを利用しない. --colorize 色付けを利用する. --nocolorize 色付けを利用しない. + --autocomplete オートコンプリートを利用する. + --noautocomplete オートコンプリートを利用しない. --prompt prompt-mode/--prompt-mode prompt-mode プロンプトモードを切替えます. 現在定義されているプ ロンプトモードは, default, simple, xmp, inf-rubyが |