[ruby/irb] Add help about extra doc dir option

https://github.com/ruby/irb/commit/5018f2cb99
This commit is contained in:
aycabta 2021-10-11 20:40:44 +09:00 коммит произвёл git
Родитель 866a09dd9e
Коммит 7732052718
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -20,6 +20,7 @@ Usage: irb.rb [options] [programfile] [arguments]
-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
--extra-doc-dir Add an extra doc dir for the doc dialog
--echo Show result (default)
--noecho Don't show result
--echo-on-assignment

Просмотреть файл

@ -105,6 +105,10 @@ Uses singleline editor module.
Doesn't use singleline editor module.
.Pp
.Pp
.It Fl -extra-doc-dir
Add an extra doc dir for the doc dialog.
.Pp
.Pp
.It Fl -echo
Show result (default).
.Pp