mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Add initial support for natnetwork subcommand
This commit is contained in:
@@ -274,6 +274,16 @@ _vboxmanage() {
|
|||||||
'--readonly' \
|
'--readonly' \
|
||||||
'--automount'
|
'--automount'
|
||||||
;;
|
;;
|
||||||
|
natnetwork)
|
||||||
|
_arguments \
|
||||||
|
':action:(add modify remove start stop)' \
|
||||||
|
'--netname:natnet:_vboxnatnets' \
|
||||||
|
'--dhcp:bool:(on off)' \
|
||||||
|
'--ipv6:bool:(on off)' \
|
||||||
|
'--enable' \
|
||||||
|
'--disable'
|
||||||
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user