mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 11:30:23 +01:00
Aded 'list' for natnetwork command
This commit is contained in:
@@ -1762,7 +1762,7 @@ _VBoxManage() {
|
||||
;;
|
||||
|
||||
natnetwork)
|
||||
items=(add remove modify start stop)
|
||||
items=(add remove modify start stop list)
|
||||
subcommand=${COMP_WORDS[2]}
|
||||
if [[ "${prev}" == "--netname" ]]; then
|
||||
_natnet_comp
|
||||
|
||||
Reference in New Issue
Block a user