Update source/src/commands/install.cpp
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 37s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m10s

This commit is contained in:
Your Name
2025-08-24 10:02:31 +12:00
parent 6be2c2b6c0
commit e895360871

View File

@@ -212,9 +212,10 @@ _dropshell_completions() {
return 0 return 0
} }
alias ds='dropshell'
# Register the completion function # Register the completion function
complete -F _dropshell_completions dropshell complete -F _dropshell_completions dropshell
complete -F _dropshell_completions ds
#---DROPSHELL AUTOCOMPLETE END--- #---DROPSHELL AUTOCOMPLETE END---
)"; )";