mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
feat(completion): support termux-notification-remove command
This commit is contained in:
parent
39b5759bb0
commit
86e11ac844
1 changed files with 12 additions and 0 deletions
12
share/completions/termux-notification-remove.fish
Normal file
12
share/completions/termux-notification-remove.fish
Normal file
|
@ -0,0 +1,12 @@
|
|||
set command termux-notification-remove
|
||||
|
||||
complete -c $command -f
|
||||
|
||||
complete -c $command \
|
||||
-s h \
|
||||
-l help \
|
||||
-d 'Show [h]elp'
|
||||
|
||||
complete -c $command \
|
||||
-a '(__fish_termux_api__complete_group_ids)' \
|
||||
-x
|
Loading…
Reference in a new issue