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

12 lines
206 B
Fish
Raw Normal View History

set command termux-wifi-enable
complete -c $command -f
complete -c $command \
-s h \
2024-09-29 14:39:22 +00:00
-d 'Show help'
complete -c $command \
-a 'true false' \
-d 'Toggle the WiFi availability of a device'