mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
12 lines
208 B
Fish
12 lines
208 B
Fish
|
set command termux-wifi-enable
|
||
|
|
||
|
complete -c $command -f
|
||
|
|
||
|
complete -c $command \
|
||
|
-s h \
|
||
|
-d 'Show [h]elp'
|
||
|
|
||
|
complete -c $command \
|
||
|
-a 'true false' \
|
||
|
-d 'Toggle the WiFi availability of a device'
|