Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] completion libvirt: edit action is always allowed
- X-seq: zsh-workers 51858
- From: sergio <sergio@xxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] completion libvirt: edit action is always allowed
- Date: Fri, 9 Jun 2023 12:59:07 +0400
- Archived-at: <https://zsh.org/workers/51858>
- List-id: <zsh-workers.zsh.org>
libvirt allows to edit virtrual host in any state
--
sergio.
diff --git a/Completion/Unix/Command/_libvirt
b/Completion/Unix/Command/_libvirt
index a3ab5a68a..8bd3e1e6b 100644
--- a/Completion/Unix/Command/_libvirt
+++ b/Completion/Unix/Command/_libvirt
@@ -20,7 +20,7 @@ typeset -A dom_opts
dom_opts=(
console " "
destroy " "
- edit " "
+ edit --all
managedsave " "
reboot " "
reset " "
Messages sorted by:
Reverse Date,
Date,
Thread,
Author