mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
11 lines
206 B
Fish
11 lines
206 B
Fish
set command termux-wifi-enable
|
|
|
|
complete -c $command -f
|
|
|
|
complete -c $command \
|
|
-s h \
|
|
-d 'Show help'
|
|
|
|
complete -c $command \
|
|
-a 'true false' \
|
|
-d 'Toggle the WiFi availability of a device'
|