fish-shell/share/completions/termux-telephony-call.fish
2024-09-17 01:06:06 +10:00

10 lines
192 B
Fish

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)'