feat: add completion for mise

This commit is contained in:
João Paulo Dubas 2024-06-16 12:59:52 +00:00
parent 7194feb07e
commit 0394198843

View File

@ -19,6 +19,7 @@ commands=(
"kind"
"kubectl"
"lefthook"
"mise"
)
echo "create completion for ${commands[@]}"
for cmd in ${commands[@]}; do