mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
19 lines
366 B
Fish
19 lines
366 B
Fish
set command termux-location
|
|
|
|
complete -c $command -f
|
|
|
|
complete -c $command \
|
|
-s h \
|
|
-d 'Show help'
|
|
|
|
complete -c $command \
|
|
-a 'gps\tdefault network passive' \
|
|
-s p \
|
|
-d 'Specify the provider of a location' \
|
|
-x
|
|
|
|
complete -c $command \
|
|
-a 'once\tdefault last updates' \
|
|
-s r \
|
|
-d 'Specify the request type for a location' \
|
|
-x
|