fish-shell/share/completions/termux-notification-remove.fish
2024-09-15 23:57:32 +10:00

12 lines
216 B
Fish

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