summaryrefslogtreecommitdiff
path: root/lib/irb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 0cad6a0d41..fad738f7c8 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -64,6 +64,12 @@ require_relative "irb/easter-egg"
# 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