mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +00:00
de426323be
- reformat code - remove redundant functions
11 lines
337 B
Fish
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'
|