lib/irb.rb in irb-1.3.8.pre.9 vs lib/irb.rb in irb-1.3.8.pre.10
- old
+ new
@@ -60,11 +60,17 @@
# -E enc Same as `ruby -E`
# -w Same as `ruby -w`
# -W[level=2] Same as `ruby -W`
# --context-mode n Set n[0-4] to method to create Binding Object,
# when new workspace was created
-# --echo Show result(default)
+# --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
# --nomultiline Don't use multiline editor module
# --singleline Use singleline editor module