mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
de426323be
- reformat code - remove redundant functions
7 lines
175 B
Fish
7 lines
175 B
Fish
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)'
|