diff --git a/contrib/zsh_compl/_rgbasm b/contrib/zsh_compl/_rgbasm index a2301817..ca326105 100644 --- a/contrib/zsh_compl/_rgbasm +++ b/contrib/zsh_compl/_rgbasm @@ -30,8 +30,6 @@ _rgbasm_warnings() { 'unterminated-load:Warn on LOAD without ENDL' 'user:Warn when executing the WARN built-in' ) - # TODO: handle `no-` and `error=` somehow? - # TODO: handle `=0|1|2` levels for `numeric-string`, `purge`, `truncation`, and `unmapped-char`? _describe warning warnings } diff --git a/contrib/zsh_compl/_rgbgfx b/contrib/zsh_compl/_rgbgfx index 4c89d8c1..59e39be0 100644 --- a/contrib/zsh_compl/_rgbgfx +++ b/contrib/zsh_compl/_rgbgfx @@ -19,7 +19,6 @@ _rgbgfx_warnings() { 'embedded:Warn when using embedded PLTE without "-c embedded"' 'trim-nonempty:Warn when "-x" trims nonempty tiles' ) - # TODO: handle `no-` and `error=` somehow? _describe warning warnings }