fish-shell/share/completions/termux-wifi-enable.fish
2024-09-17 02:12:21 +10:00

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'