[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 6c9b652c573a1f80e56ff28f6506df70b55135c6

Guillaume Rousse Guillaume.Rousse at inria.fr
Thu Jan 27 22:46:20 UTC 2011


The following commit has been merged in the master branch:
commit 6c9b652c573a1f80e56ff28f6506df70b55135c6
Author: Guillaume Rousse <Guillaume.Rousse at inria.fr>
Date:   Thu Jan 27 23:46:17 2011 +0100

    update subcommand list

diff --git a/CHANGES b/CHANGES
index 2cc0dc2..fdd8a5a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ bash-completion (2.x)
   * added pure-perl perldoc completion helper, using work from Aristotle 
     Pagaltzis (pagaltzis at gmx.de)
   * added completions for xfreerdp and iscsiadm
+  * updated xm subcommands list
 
   [ David Paleino ]
   * Fixed "service" completion, thanks to John Hedges (Debian: #586210)
diff --git a/completions/xm b/completions/xm
index 4087a71..f9f69a2 100644
--- a/completions/xm
+++ b/completions/xm
@@ -22,15 +22,16 @@ _xm()
     COMPREPLY=()
     _get_comp_words_by_ref cur prev
 
-    commands='console create new delete destroy domid domname dump-core \
-        list mem-max mem-set migrate pause reboot rename restore \
-        resume save shutdown start suspend sysrq trigger top unpause \
-        uptime vcpu-list vcpu-pin vcpu-set debug-keys dmesg info log \
-        serve sched-credit sched-sedf block-attach block-detach \
-        block-list network-attach network-detach network-list \
-        vtpm-list vnet-list vnet-create vnet-delete labels addlabel \
-        rmlabel getlabel dry-run resources makepolicy loadpolicy \
-        cfgbootpolicy dumppolicy help'
+    commands='console vncviewer create new delete destroy domid domname \
+        dump-core list mem-max mem-set migrate pause reboot rename reset \
+        restore resume save shutdown start suspend sysrq trigger top unpause \
+        uptime usb-add usb-del vcpu-list vcpu-pin vcpu-set debug-keys dmesg \
+        info log serve sched-credit sched-sedf block-attach block-detach \
+        block-list block-configure network-attach network-detach network-list \
+        vtpm-list pci-attach pci-detach pci-list pci-list-assignable-devices \
+        scsi-attach scsi-detach scsi-list vnet-list vnet-create vnet-delete \
+        labels addlabel rmlabel getlabel dry-run resources dumppolicy \
+        setpolicy resetpolicy getpolicy shell help'
 
     if [[ $COMP_CWORD -eq 1 ]] ; then
         COMPREPLY=( $( compgen -W "$commands" -- "$cur" ) )

-- 
bash-completion



More information about the Bash-completion-commits mailing list