mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[ruby/irb] Add command line option to select which completor to use
(https://github.com/ruby/irb/pull/754)
* Add command line option to select which completor to use
* Add test for completor argv
1dec2708c9
This commit is contained in:
parent
ae1fad4cd7
commit
c4efd17061
5 changed files with 33 additions and 0 deletions
|
@ -140,6 +140,13 @@ Use autocompletion.
|
|||
Don't use autocompletion.
|
||||
.Pp
|
||||
.Pp
|
||||
.It Fl -regexp-completor
|
||||
Use regexp based completion.
|
||||
.Pp
|
||||
.It Fl -type-completor
|
||||
Use type based completion.
|
||||
.Pp
|
||||
.Pp
|
||||
.It Fl -verbose
|
||||
Show details.
|
||||
.Pp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue