fish-shell/share/completions/termux-sms-send.fish
EmilyGraceSeville7cf de426323be fix(completion): clean up code
- reformat code
- remove redundant functions
2024-09-30 01:42:20 +10:00

11 lines
337 B
Fish

set -l command termux-sms-list
complete -c $command -f
complete -c $command -s h -d 'Show help'
complete -c $command -s n -x \
-a '(__fish_complete_list , __fish_termux_api__complete_phone_numbers)' \
-d 'Specify the recipient numbers of a message'
complete -c $command -s s -x -d 'Specify the sim slot to use for a message'