feat(completion): support termux-telephony-call command

This commit is contained in:
EmilyGraceSeville7cf 2024-09-17 01:06:06 +10:00
parent 6a7f648946
commit 45efb05a67

View file

@ -0,0 +1,10 @@
set command termux-telephony-call
complete -c $command -f
complete -c $command \
-s h \
-d 'Show [h]elp'
complete -c $command \
-a '(__fish_termux_api__complete_phone_numbers)'