use _describe instead of _values on subcommand

pull/1192/head
Kienyew 4 years ago committed by David Peter
parent 9885d4ebf0
commit 41a1952928

@ -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…
Cancel
Save