mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-24 23:38:56 +01:00
Merge pull request #3063 from volklord/master
bat.zsh.in: Remove duplicate word
This commit is contained in:
commit
822eff6028
2
assets/completions/bat.zsh.in
vendored
2
assets/completions/bat.zsh.in
vendored
@ -26,7 +26,7 @@ _{{PROJECT_EXECUTABLE}}_main() {
|
|||||||
args=(
|
args=(
|
||||||
'(-A --show-all)'{-A,--show-all}'[show non-printable characters (space, tab, newline, ..)]'
|
'(-A --show-all)'{-A,--show-all}'[show non-printable characters (space, tab, newline, ..)]'
|
||||||
--nonprintable-notation='[specify how to display non-printable characters when using --show-all]:notation:(caret unicode)'
|
--nonprintable-notation='[specify how to display non-printable characters when using --show-all]:notation:(caret unicode)'
|
||||||
\*{-p,--plain}'[show plain style (alias for `--style=plain`), repeat twice to disable disable automatic paging (alias for `--paging=never`)]'
|
\*{-p,--plain}'[show plain style (alias for `--style=plain`), repeat twice to disable automatic paging (alias for `--paging=never`)]'
|
||||||
'(-l --language)'{-l+,--language=}'[set the language for syntax highlighting]:language:->languages'
|
'(-l --language)'{-l+,--language=}'[set the language for syntax highlighting]:language:->languages'
|
||||||
\*{-H+,--highlight-line=}'[highlight specified block of lines]:start\:end'
|
\*{-H+,--highlight-line=}'[highlight specified block of lines]:start\:end'
|
||||||
\*--file-name='[specify the name to display for a file]:name:_files'
|
\*--file-name='[specify the name to display for a file]:name:_files'
|
||||||
|
Loading…
Reference in New Issue
Block a user