diff options
author | aycabta <aycabta@gmail.com> | 2019-10-30 09:32:16 +0900 |
---|---|---|
committer | aycabta <aycabta@gmail.com> | 2019-11-21 02:44:35 +0900 |
commit | 91bf3b7a77e187794cc84549f330e5675fb5d367 (patch) | |
tree | a86f50f0d30cb321e35381750bf0466df691c34c /lib/irb/lc/help-message | |
parent | 9b52bacc62c3db13ea18fa5ea4d9b9a92b5fcb86 (diff) | |
download | ruby-91bf3b7a77e187794cc84549f330e5675fb5d367.tar.gz |
Use singleline/multiline instead of readline/reidline
Diffstat (limited to 'lib/irb/lc/help-message')
-rw-r--r-- | lib/irb/lc/help-message | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/irb/lc/help-message b/lib/irb/lc/help-message index 57f099e005..a80facc9c5 100644 --- a/lib/irb/lc/help-message +++ b/lib/irb/lc/help-message @@ -22,17 +22,19 @@ Usage: irb.rb [options] [programfile] [arguments] when new workspace was created --echo Show result(default) --noecho Don't show result - --inspect Use `inspect' for output - --noinspect Don't use inspect for output - --readline Use Readline extension module - --noreadline Don't use Readline extension module + --inspect Use `inspect' for output + --noinspect Don't use inspect for output + --multiline Use multiline editor module + --nomultiline Don't use multiline editor module + --singleline Use singleline editor module + --nosingleline Don't use singleline editor module --colorize Use colorization --nocolorize Don't use colorization --prompt prompt-mode/--prompt-mode prompt-mode Switch prompt mode. Pre-defined prompt modes are `default', `simple', `xmp' and `inf-ruby' --inf-ruby-mode Use prompt appropriate for inf-ruby-mode on emacs. - Suppresses --readline. + Suppresses --multiline and --singleline. --sample-book-mode/--simple-prompt Simple prompt mode --noprompt No prompt mode |