summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authortomoya ishida <[email protected]>2023-11-09 22:15:22 +0900
committergit <[email protected]>2023-11-09 13:15:26 +0000
commitc4efd170616c3ee82a07fda04f878120f1a97e98 (patch)
treecf900363fc04292a2b31425a0ffa68ed50647f65 /man
parentae1fad4cd7d88b464aaebad3d5769d27ba675183 (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.17
1 files changed, 7 insertions, 0 deletions
diff --git a/man/irb.1 b/man/irb.1
index c589c99c78..93ef9b8f66 100644
--- a/man/irb.1
+++ b/man/irb.1
@@ -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