Add: lvresize, resize2fs commands.
[libguestfs.git] / fish / completion.c
index 9318288..a072ce3 100644 (file)
@@ -37,6 +37,7 @@ static const char *const commands[] = {
   "add",
   "add-cdrom",
   "add-drive",
+  "append",
   "aug-close",
   "aug-defnode",
   "aug-defvar",
@@ -79,6 +80,7 @@ static const char *const commands[] = {
   "exists",
   "file",
   "fsck",
+  "get-append",
   "get-autosync",
   "get-e2label",
   "get-e2uuid",
@@ -119,6 +121,7 @@ static const char *const commands[] = {
   "ping-daemon",
   "pvcreate",
   "pvremove",
+  "pvresize",
   "pvs",
   "pvs-full",
   "qemu",
@@ -127,6 +130,7 @@ static const char *const commands[] = {
   "rm-rf",
   "rmdir",
   "run",
+  "set-append",
   "set-autosync",
   "set-e2label",
   "set-e2uuid",
@@ -134,6 +138,10 @@ static const char *const commands[] = {
   "set-qemu",
   "set-verbose",
   "sfdisk",
+  "sfdisk-N",
+  "sfdisk-disk-geometry",
+  "sfdisk-kernel-geometry",
+  "sfdisk-l",
   "stat",
   "statvfs",
   "strings",
@@ -151,12 +159,15 @@ static const char *const commands[] = {
   "unmount-all",
   "upload",
   "verbose",
+  "vg-activate",
+  "vg-activate-all",
   "vgcreate",
   "vgremove",
   "vgs",
   "vgs-full",
   "write-file",
   "zero",
+  "zerofree",
   NULL
 };