diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-08-03 17:16:10 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-08-03 17:16:10 +0900 |
| commit | 13da012c18beecff8ebed1a43a33c7aa470b0948 (patch) | |
| tree | c0485b8ad9e356eb31928cd8721f243d4ee4318d | |
| parent | Merge pull request #1284 from zsh-users/remove_sdd (diff) | |
| download | zsh-completions-update-peco.tar zsh-completions-update-peco.tar.gz zsh-completions-update-peco.tar.bz2 zsh-completions-update-peco.tar.lz zsh-completions-update-peco.tar.xz zsh-completions-update-peco.tar.zst zsh-completions-update-peco.zip | |
Add new optionsupdate-peco
| -rw-r--r-- | src/_peco | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ _arguments \ '--print-query[print out the current query as first line of output]' \ '--color[color mode(default: auto)]:mode:(auto none)' \ '--height[display height in lines or percentage(e.g. 10, 50%)]:height' \ + '(-f --follow)'{-f,--follow}'[follow streaming input, auto-scrolling to keep the newest lines visible]' \ '*::file:_files' # Local Variables: |
