mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
completions: add airmon-ng
This commit is contained in:
parent
382005c33e
commit
ca705fcbb5
1 changed files with 6 additions and 0 deletions
6
share/completions/airmon-ng.fish
Normal file
6
share/completions/airmon-ng.fish
Normal 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
|
Loading…
Reference in a new issue