fish-shell/share/completions/termux-telephony-call.fish

8 lines
175 B
Fish
Raw Normal View History

set -l command termux-telephony-call
complete -c $command -f
complete -c $command -s h -d 'Show help'
complete -c $command -a '(__fish_termux_api__complete_phone_numbers)'