[libvirt] [PATCH 9/8] docs: Mention bash completion feature

Michal Privoznik posted 8 patches 7 years, 4 months ago
[libvirt] [PATCH 9/8] docs: Mention bash completion feature
Posted by Michal Privoznik 7 years, 4 months ago
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 docs/news.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 064b9ae83..e5ed89504 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -47,6 +47,17 @@
           qemu: Add support for hot unplugging redirdev device
         </summary>
       </change>
+      <change>
+        <summary>
+          virsh: Enhance bash completion
+        </summary>
+        <description>
+          New bash completion script is introduced to enable completion even
+          for non-interactive virsh. At the same time, virsh offers completion
+          of some basic libvirt objects like domains, networks, storage pools,
+          etc. to virsh commands accepting them.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
     </section>
-- 
2.13.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 9/8] docs: Mention bash completion feature
Posted by John Ferlan 7 years, 3 months ago

On 01/12/2018 10:30 AM, Michal Privoznik wrote:
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>  docs/news.xml | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 

I think you were planning to change this one anyway considering 4.0.0
got some of this added already.

John

> diff --git a/docs/news.xml b/docs/news.xml
> index 064b9ae83..e5ed89504 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -47,6 +47,17 @@
>            qemu: Add support for hot unplugging redirdev device
>          </summary>
>        </change>
> +      <change>
> +        <summary>
> +          virsh: Enhance bash completion
> +        </summary>
> +        <description>
> +          New bash completion script is introduced to enable completion even
> +          for non-interactive virsh. At the same time, virsh offers completion
> +          of some basic libvirt objects like domains, networks, storage pools,
> +          etc. to virsh commands accepting them.
> +        </description>
> +      </change>
>      </section>
>      <section title="Bug fixes">
>      </section>
> 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list