mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add Bash completion script for rgbasm (#895)
* Add Bash completion script for RGBASM Should have large feature parity with the Zsh completion Co-authored-by: DaKnig <37626476+DaKnig@users.noreply.github.com> * Register RGBASM Bash completion in `checkdiff` Co-authored-by: ISSOtm <eldredhabert0@gmail.com>
This commit is contained in:
@@ -63,6 +63,8 @@ dependency src/asm/main.c src/asm/rgbasm.1 \
|
||||
"Did the rgbasm CLI change?"
|
||||
dependency src/asm/main.c contrib/zsh_compl/_rgbasm \
|
||||
"Did the rgbasm CLI change?"
|
||||
dependency src/asm/main.c contrib/bash_compl/_rgbasm.bash \
|
||||
"Did the rgbasm CLI change?"
|
||||
dependency src/link/main.c src/link/rgblink.1 \
|
||||
"Did the rgblink CLI change?"
|
||||
dependency src/link/main.c contrib/zsh_compl/_rgblink \
|
||||
|
||||
Reference in New Issue
Block a user