fish-shell/share/completions/airmon-ng.fish

7 lines
321 B
Fish
Raw Normal View History

2023-11-23 07:17:49 +08:00
#airmon-ng
set -l commands "start stop check"
complete -c airmon-ng -x -n "not __fish_seen_subcommand_from $commands" -a "$commands"
complete -c airmon-ng -x -n "__fish_seen_subcommand_from $commands; and not __fish_seen_subcommand_from (__fish_print_interfaces)" -a "(__fish_print_interfaces)"
2024-01-07 22:13:34 +08:00
complete -c airmon-ng -f