mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
17 lines
293 B
Fish
17 lines
293 B
Fish
set command termux-vibrate
|
|
|
|
complete -c $command -f
|
|
|
|
complete -c $command \
|
|
-s h \
|
|
-d 'Show help'
|
|
|
|
complete -c $command \
|
|
-a '1000\tdefault' \
|
|
-s d \
|
|
-d 'Specify the duration of a vibration' \
|
|
-x
|
|
|
|
complete -c $command \
|
|
-s f \
|
|
-d 'Vibrate in a silent mode too'
|