completions: add airmon-ng

(cherry picked from commit ca705fcbb59b21ed11ccc8661f6c65c6a7592ec8)
This commit is contained in:
Nater0214 2023-11-22 18:17:49 -05:00 committed by David Adam
parent c1f1a92b99
commit b10611091f

View File

@ -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