mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Add help about extra doc dir option
https://github.com/ruby/irb/commit/5018f2cb99
This commit is contained in:
parent
866a09dd9e
commit
7732052718
2 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@ Usage: irb.rb [options] [programfile] [arguments]
|
||||||
-W[level=2] Same as `ruby -W`
|
-W[level=2] Same as `ruby -W`
|
||||||
--context-mode n Set n[0-4] to method to create Binding Object,
|
--context-mode n Set n[0-4] to method to create Binding Object,
|
||||||
when new workspace was created
|
when new workspace was created
|
||||||
|
--extra-doc-dir Add an extra doc dir for the doc dialog
|
||||||
--echo Show result (default)
|
--echo Show result (default)
|
||||||
--noecho Don't show result
|
--noecho Don't show result
|
||||||
--echo-on-assignment
|
--echo-on-assignment
|
||||||
|
|
|
@ -105,6 +105,10 @@ Uses singleline editor module.
|
||||||
Doesn't use singleline editor module.
|
Doesn't use singleline editor module.
|
||||||
.Pp
|
.Pp
|
||||||
.Pp
|
.Pp
|
||||||
|
.It Fl -extra-doc-dir
|
||||||
|
Add an extra doc dir for the doc dialog.
|
||||||
|
.Pp
|
||||||
|
.Pp
|
||||||
.It Fl -echo
|
.It Fl -echo
|
||||||
Show result (default).
|
Show result (default).
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in a new issue