diff options
author | aycabta <[email protected]> | 2021-09-27 03:21:39 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-09-27 03:23:48 +0900 |
commit | 00cfafc0f5424e31dbf0a13b5bd6345572260f13 (patch) | |
tree | 6c3e66e33b2d952ee2807f9edce812343830945f /man | |
parent | 51773bed10eb9d8f4d38e1a1e9d9d04d4954380d (diff) |
[ruby/irb] Add doc about "echo on assignment"
https://github.com/ruby/irb/commit/5af637b3c1
Diffstat (limited to 'man')
-rw-r--r-- | man/irb.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -112,6 +112,16 @@ Show result (default). Don't show result. .Pp .Pp +.It Fl -echo-on-assignment +Show result on assignment. +.Pp +.It Fl -noecho-on-assignment +Don't show result on assignment. +.Pp +.It Fl -truncate-echo-on-assignment +Show truncated result on assignment (default). +.Pp +.Pp .It Fl -colorize Use colorization. .Pp |