Add generated code for 'fsck' command.
[libguestfs.git] / fish / completion.c
index 8e52981..cafb84d 100644 (file)
@@ -33,7 +33,7 @@
 
 #ifdef HAVE_LIBREADLINE
 
-static const char *commands[] = {
+static const char *const commands[] = {
   "add",
   "add-cdrom",
   "add-drive",
@@ -73,7 +73,10 @@ static const char *commands[] = {
   "download",
   "exists",
   "file",
+  "fsck",
   "get-autosync",
+  "get-e2label",
+  "get-e2uuid",
   "get-path",
   "get-qemu",
   "get-state",
@@ -93,6 +96,7 @@ static const char *commands[] = {
   "lstat",
   "lvcreate",
   "lvm-remove-all",
+  "lvremove",
   "lvs",
   "lvs-full",
   "mkdir",
@@ -105,6 +109,7 @@ static const char *commands[] = {
   "mounts",
   "path",
   "pvcreate",
+  "pvremove",
   "pvs",
   "pvs-full",
   "qemu",
@@ -114,6 +119,8 @@ static const char *commands[] = {
   "rmdir",
   "run",
   "set-autosync",
+  "set-e2label",
+  "set-e2uuid",
   "set-path",
   "set-qemu",
   "set-verbose",
@@ -134,6 +141,7 @@ static const char *commands[] = {
   "upload",
   "verbose",
   "vgcreate",
+  "vgremove",
   "vgs",
   "vgs-full",
   "write-file",