zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] completion libvirt: edit action is always allowed
@ 2023-06-09  8:59 sergio
  2023-08-21 10:13 ` sergio
  0 siblings, 1 reply; 6+ messages in thread
From: sergio @ 2023-06-09  8:59 UTC (permalink / raw)
  To: zsh-workers

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 " "


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-24 11:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09  8:59 [PATCH] completion libvirt: edit action is always allowed sergio
2023-08-21 10:13 ` sergio
2023-08-22  6:54   ` Jun T
2023-08-23 21:01     ` sergio
2023-08-24  1:56       ` Jun. T
2023-08-24 11:10         ` sergio

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).