Update Zsh completions with CLI changes

Also fix some misc. issues with them, and fix an incorrect reported ID for MBC1
This commit is contained in:
ISSOtm
2021-05-15 19:13:13 +02:00
parent d9cce3fa1f
commit e970b6d6eb
9 changed files with 56 additions and 13 deletions

View File

@@ -32,6 +32,6 @@ local args=(
'(-t --tilemap -T --output-tilemap)'{-t,--tilemap}'+[Generate a map of tile indices]:tilemap file:_files'
'(-x --trim-end)'{-x,--trim-end}'+[Trim end of output by this many tiles]:tile count:'
'*'":input png files:_files -g '*.png'"
":input png file:_files -g '*.png'"
)
_arguments -s -S : $args