[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:
tomoya ishida 2023-11-09 22:15:22 +09:00 committed by git
parent ae1fad4cd7
commit c4efd17061
5 changed files with 33 additions and 0 deletions

View file

@ -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