mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
feat(completion): support termux-vibrate command
This commit is contained in:
parent
4c0e7f2a66
commit
35e056244c
1 changed files with 17 additions and 0 deletions
17
share/completions/termux-vibrate.fish
Normal file
17
share/completions/termux-vibrate.fish
Normal 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'
|
Loading…
Reference in a new issue