summaryrefslogtreecommitdiff
path: root/lib/irb/lc/help-message
diff options
context:
space:
mode:
authoraycabta <[email protected]>2021-09-27 03:21:39 +0900
committergit <[email protected]>2021-09-27 03:23:48 +0900
commit00cfafc0f5424e31dbf0a13b5bd6345572260f13 (patch)
tree6c3e66e33b2d952ee2807f9edce812343830945f /lib/irb/lc/help-message
parent51773bed10eb9d8f4d38e1a1e9d9d04d4954380d (diff)
[ruby/irb] Add doc about "echo on assignment"
https://github.com/ruby/irb/commit/5af637b3c1
Diffstat (limited to 'lib/irb/lc/help-message')
-rw-r--r--lib/irb/lc/help-message6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/irb/lc/help-message b/lib/irb/lc/help-message
index fe9e3246d9..cee860fdeb 100644
--- a/lib/irb/lc/help-message
+++ b/lib/irb/lc/help-message
@@ -22,6 +22,12 @@ Usage: irb.rb [options] [programfile] [arguments]
when new workspace was created
--echo Show result (default)
--noecho Don't show result
+ --echo-on-assignment
+ Show result on assignment
+ --noecho-on-assignment
+ Don't show result on assignment
+ --truncate-echo-on-assignment
+ Show truncated result on assignment (default)
--inspect Use `inspect' for output
--noinspect Don't use inspect for output
--multiline Use multiline editor module