feat(completion): Add autocompletion for tea
`tea` is the command line tool for Gitea.
This commit is contained in:
5
completion.d/tea
Normal file
5
completion.d/tea
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (command -v tea &>/dev/null); then
|
||||
source <(tea completion bash)
|
||||
fi
|
Reference in New Issue
Block a user