mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-16 23:14:04 +00:00
11 lines
208 B
Fish
11 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'
|