feat(completion): support termux-notification-remove command

This commit is contained in:
EmilyGraceSeville7cf 2024-09-15 23:57:32 +10:00
parent 39b5759bb0
commit 86e11ac844

View 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