diff --git a/share/completions/airmon-ng.fish b/share/completions/airmon-ng.fish new file mode 100644 index 000000000..3ad0923f2 --- /dev/null +++ b/share/completions/airmon-ng.fish @@ -0,0 +1,6 @@ +#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)" +complete -c airmon-ng -f