diff options
author | tomoya ishida <[email protected]> | 2023-11-09 22:15:22 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-11-09 13:15:26 +0000 |
commit | c4efd170616c3ee82a07fda04f878120f1a97e98 (patch) | |
tree | cf900363fc04292a2b31425a0ffa68ed50647f65 /man | |
parent | ae1fad4cd7d88b464aaebad3d5769d27ba675183 (diff) |
[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
https://github.com/ruby/irb/commit/1dec2708c9
Diffstat (limited to 'man')
-rw-r--r-- | man/irb.1 | 7 |
1 files changed, 7 insertions, 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 |