diff --git a/contrib/zsh_compl/_rgbasm b/contrib/zsh_compl/_rgbasm index 35a44aff..23435aa9 100644 --- a/contrib/zsh_compl/_rgbasm +++ b/contrib/zsh_compl/_rgbasm @@ -43,6 +43,7 @@ local args=( -w'[Disable all warnings]' '(-b --binary-digits)'{-b,--binary-digits}'+[Change chars for binary constants]:digit spec:' + --color'[Whether to use color in output]:color:(auto always never)' '*'{-D,--define}'+[Define a string symbol]:name + value (default 1):' '(-g --gfx-chars)'{-g,--gfx-chars}'+[Change chars for gfx constants]:chars spec:' '(-I --include)'{-I,--include}'+[Add an include directory]:include path:_files -/' diff --git a/contrib/zsh_compl/_rgbfix b/contrib/zsh_compl/_rgbfix index 49cb9fb3..1ac12401 100644 --- a/contrib/zsh_compl/_rgbfix +++ b/contrib/zsh_compl/_rgbfix @@ -63,6 +63,7 @@ local args=( '(-f --fix-spec -v --validate)'{-v,--validate}'[Shorthand for -f lhg]' -w'[Disable all warnings]' + --color'[Whether to use color in output]:color:(auto always never)' '(-f --fix-spec -v --validate)'{-f,--fix-spec}'+[Fix or trash some header values]:fix spec:' '(-i --game-id)'{-i,--game-id}'+[Set game ID string]:4-char game ID:' '(-k --new-licensee)'{-k,--new-licensee}'+[Set new licensee string]:2-char licensee ID:' diff --git a/contrib/zsh_compl/_rgbgfx b/contrib/zsh_compl/_rgbgfx index ded06f34..5487f310 100644 --- a/contrib/zsh_compl/_rgbgfx +++ b/contrib/zsh_compl/_rgbgfx @@ -45,6 +45,7 @@ local args=( '(-a --attr-map -A --auto-attr-map)'{-a,--attr-map}'+[Generate a map of tile attributes (mirroring)]:attrmap file:_files' '(-B --background-color)'{-B,--background-color}'+[Ignore tiles containing only specified color]:color:' '(-b --base-tiles)'{-b,--base-tiles}'+[Base tile IDs for tile map output]:base tile IDs:' + --color'[Whether to use color in output]:color:(auto always never)' '(-c --colors)'{-c,--colors}'+[Specify color palettes]:palette spec:' '(-d --depth)'{-d,--depth}'+[Set bit depth]:bit depth:_depths' '(-i --input-tileset)'{-i,--input-tileset}'+[Use specific tiles]:tileset file:_files -g "*.2bpp"' diff --git a/contrib/zsh_compl/_rgblink b/contrib/zsh_compl/_rgblink index 94ace561..de40432f 100644 --- a/contrib/zsh_compl/_rgblink +++ b/contrib/zsh_compl/_rgblink @@ -28,6 +28,7 @@ local args=( '(-w --wramx)'{-w,--wramx}'[Disable WRAM banking]' '(-x --nopad)'{-x,--nopad}'[Disable padding the end of the final file]' + --color'[Whether to use color in output]:color:(auto always never)' '(-l --linkerscript)'{-l,--linkerscript}"+[Use a linker script]:linker script:_files -g '*.link'" '(-M --no-sym-in-map)'{-M,--no-sym-in-map}'[Do not output symbol names in map file]' '(-m --map)'{-m,--map}"+[Produce a map file]:map file:_files -g '*.map'"