mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-22 21:48:56 +01:00
use _describe instead of _values on subcommand
This commit is contained in:
parent
9885d4ebf0
commit
41a1952928
4
assets/completions/bat.zsh
vendored
4
assets/completions/bat.zsh
vendored
@ -76,7 +76,9 @@ _bat_main() {
|
||||
|
||||
# first positional argument
|
||||
if (( ${#words} == 2 )); then
|
||||
_values subcommand cache
|
||||
local -a subcommands
|
||||
subcommands=('cache:Modify the syntax-definition and theme cache')
|
||||
_describe subcommand subcommands
|
||||
_bat_main
|
||||
else
|
||||
case $words[2] in
|
||||
|
Loading…
Reference in New Issue
Block a user