Skip to content

Commit

Permalink
github #125: Add completion for irb --no-pager
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanagi authored and Oliver Kiddle committed Jan 27, 2025
1 parent a07ff87 commit 9f9ceb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2025-01-27 Oliver Kiddle <[email protected]>

* github #125: Kouhei Yanagita: Completion/Unix/Command/_ruby:
Add completion for irb --no-pager

* unposted: Completion/Unix/Command/_openldap: fix quoting

* 53327: Completion/Unix/Command/_git: update for git 2.47
Expand Down
1 change: 1 addition & 0 deletions Completion/Unix/Command/_ruby
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ irb=(
$opts[(r)*-d\[*]
'(--noinspect)--inspect[use inspect for output]'
"(--inspect)--noinspect[don't use inspect for output]"
"--no-pager[don't use pager]"
'(--prompt --prompt-mode --inf-ruby-mode --simple-prompt --noprompt)'{--prompt=,--prompt-mode=}'[switch prompt mode]:prompt mode:(default classic simple inf-ruby xmp null)'
'(--prompt --prompt-mode --inf-ruby-mode --simple-prompt --noprompt)'{--inf-ruby-mode,--simple-prompt,--noprompt}
'--tracer[display trace for each command execution]'
Expand Down

0 comments on commit 9f9ceb7

Please sign in to comment.