use _describe instead of _values on subcommand

This commit is contained in:
Kienyew 2020-08-30 16:59:35 +08:00 committed by David Peter
parent 9885d4ebf0
commit 41a1952928

View File

@ -76,7 +76,9 @@ _bat_main() {
# first positional argument # first positional argument
if (( ${#words} == 2 )); then if (( ${#words} == 2 )); then
_values subcommand cache local -a subcommands
subcommands=('cache:Modify the syntax-definition and theme cache')
_describe subcommand subcommands
_bat_main _bat_main
else else
case $words[2] in case $words[2] in