feat(completion): support termux-vibrate command

This commit is contained in:
EmilyGraceSeville7cf 2024-09-17 01:52:11 +10:00
parent 4c0e7f2a66
commit 35e056244c

View file

@ -0,0 +1,17 @@
set command termux-vibrate
complete -c $command -f
complete -c $command \
-s h \
-d 'Show [h]elp'
complete -c $command \
-a '1000\tdefault' \
-s d \
-d 'Specify the [d]uration of a vibration' \
-x
complete -c $command \
-s f \
-d 'Vibrate in a silent mode too'