mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
feat(completion): support termux-location command
This commit is contained in:
parent
81cdeeab68
commit
0f1e330534
1 changed files with 19 additions and 0 deletions
19
share/completions/termux-location.fish
Normal file
19
share/completions/termux-location.fish
Normal 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
|
Loading…
Reference in a new issue