[PATCH] add dependency to ensure make-initramfs.sh is rebuilt when (Jim Meyering)
[libguestfs.git] / fish / completion.c
index e1603f1..d7dfc49 100644 (file)
@@ -69,10 +69,13 @@ static const char *commands[] = {
   "command",
   "command-lines",
   "config",
+  "debug",
   "download",
   "exists",
   "file",
   "get-autosync",
+  "get-e2label",
+  "get-e2uuid",
   "get-path",
   "get-qemu",
   "get-state",
@@ -92,15 +95,20 @@ static const char *commands[] = {
   "lstat",
   "lvcreate",
   "lvm-remove-all",
+  "lvremove",
   "lvs",
   "lvs-full",
   "mkdir",
   "mkdir-p",
   "mkfs",
   "mount",
+  "mount-options",
+  "mount-ro",
+  "mount-vfs",
   "mounts",
   "path",
   "pvcreate",
+  "pvremove",
   "pvs",
   "pvs-full",
   "qemu",
@@ -110,6 +118,8 @@ static const char *commands[] = {
   "rmdir",
   "run",
   "set-autosync",
+  "set-e2label",
+  "set-e2uuid",
   "set-path",
   "set-qemu",
   "set-verbose",
@@ -130,6 +140,7 @@ static const char *commands[] = {
   "upload",
   "verbose",
   "vgcreate",
+  "vgremove",
   "vgs",
   "vgs-full",
   "write-file",