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
1 changed files with 3 additions and 1 deletions

View File

@ -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