fish-shell/share/completions/termux-wifi-enable.fish

12 lines
208 B
Fish
Raw Normal View History

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'