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 <[email protected]>

* Register RGBASM Bash completion in `checkdiff`

Co-authored-by: ISSOtm <[email protected]>
This commit is contained in:
DaKnig
2021-10-31 23:44:01 +01:00
committed by GitHub
co-authored by ISSOtm
parent 8b1cc72f09
commit b16d2d0695
3 changed files with 218 additions and 0 deletions
+2
View File
@@ -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 \