mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
feat(completion): support termux-telephony-call command
This commit is contained in:
parent
6a7f648946
commit
45efb05a67
1 changed files with 10 additions and 0 deletions
10
share/completions/termux-telephony-call.fish
Normal file
10
share/completions/termux-telephony-call.fish
Normal 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)'
|
Loading…
Reference in a new issue