feat(completion): support termux-location command

This commit is contained in:
EmilyGraceSeville7cf 2024-09-15 08:53:28 +10:00
parent 81cdeeab68
commit 0f1e330534

View file

@ -0,0 +1,19 @@
set command termux-location
complete -c $command -f
complete -c $command \
-s h \
-d 'Show [h]elp'
complete -c $command \
-a 'gps\tdefault network passive' \
-s p \
-d 'Specify a location provider' \
-x
complete -c $command \
-a 'once\tdefault last updates' \
-s r \
-d 'Specify a request type' \
-x