mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 06:24:01 +00:00
13 lines
216 B
Fish
13 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
|