fish-shell/share/completions/termux-vibrate.fish

18 lines
293 B
Fish
Raw Normal View History

set command termux-vibrate
complete -c $command -f
complete -c $command \
-s h \
2024-09-29 14:39:22 +00:00
-d 'Show help'
complete -c $command \
-a '1000\tdefault' \
-s d \
2024-09-29 14:39:22 +00:00
-d 'Specify the duration of a vibration' \
-x
complete -c $command \
-s f \
-d 'Vibrate in a silent mode too'