mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-04 09:01:06 +01:00
github #125: Add completion for irb --no-pager
This commit is contained in:
parent
a07ff879c0
commit
9f9ceb7768
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2025-01-27 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue