Meta: Add copy-src to commands in ZSH autocomplete script
This commit is contained in:
parent
7560f61b71
commit
4260638121
Notes:
sideshowbarker
2024-07-17 17:24:52 +09:00
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
Reference in a new issue