mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-21 10:28:05 +02:00
51858 (+52073): virsh's edit command accepts all domains
This commit is contained in:
parent
5f984319b5
commit
53fe16e9b5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2023-08-28 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||||
|
|
||||||
|
* sergio: 51858 (+52073): Completion/Unix/Command/_libvirt:
|
||||||
|
virsh's edit subcommand accepts all domains
|
||||||
|
|
||||||
2023-08-27 Bart Schaefer <schaefer@zsh.org>
|
2023-08-27 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* Marlon Richert: 51861 (tweaked for 52028):
|
* Marlon Richert: 51861 (tweaked for 52028):
|
||||||
|
|
|
@ -20,7 +20,6 @@ typeset -A dom_opts
|
||||||
dom_opts=(
|
dom_opts=(
|
||||||
console " "
|
console " "
|
||||||
destroy " "
|
destroy " "
|
||||||
edit " "
|
|
||||||
managedsave " "
|
managedsave " "
|
||||||
reboot " "
|
reboot " "
|
||||||
reset " "
|
reset " "
|
||||||
|
|
Loading…
Reference in a new issue