mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
Meta: Add copy-src to commands in ZSH autocomplete script
This commit is contained in:
parent
7560f61b71
commit
4260638121
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ _serenity() {
|
|||
'build'
|
||||
'install'
|
||||
'image'
|
||||
'copy-src'
|
||||
'run'
|
||||
'gdb'
|
||||
'test'
|
||||
|
@ -47,7 +48,7 @@ _serenity() {
|
|||
;;
|
||||
targets)
|
||||
case "$command" in
|
||||
install|image|kaddr2line|rebuild-toolchain|rebuild-world)
|
||||
install|image|copy-src|kaddr2line|rebuild-toolchain|rebuild-world)
|
||||
# lagom target is not supported for these, remove from targets
|
||||
targets[$targets[(i)lagom]]=()
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue