fish-shell/share/completions/termux-wifi-enable.fish
2024-09-30 00:39:22 +10:00

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'