feat(completion): Add autocompletion for tea

`tea` is the command line tool for Gitea.
This commit is contained in:
2025-10-02 22:41:47 +02:00
parent 15a56af2c8
commit ea9139f77f

5
completion.d/tea Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
if (command -v tea &>/dev/null); then
source <(tea completion bash)
fi