Generated code for drop-caches command.
[libguestfs.git] / fish / completion.c
index d7dfc49..e2c9780 100644 (file)
@@ -33,7 +33,7 @@
 
 #ifdef HAVE_LIBREADLINE
 
-static const char *commands[] = {
+static const char *const commands[] = {
   "add",
   "add-cdrom",
   "add-drive",
@@ -69,10 +69,14 @@ static const char *commands[] = {
   "command",
   "command-lines",
   "config",
+  "cp",
+  "cp-a",
   "debug",
   "download",
+  "drop-caches",
   "exists",
   "file",
+  "fsck",
   "get-autosync",
   "get-e2label",
   "get-e2uuid",
@@ -80,6 +84,7 @@ static const char *commands[] = {
   "get-qemu",
   "get-state",
   "get-verbose",
+  "grub-install",
   "is-busy",
   "is-config",
   "is-dir",
@@ -106,6 +111,7 @@ static const char *commands[] = {
   "mount-ro",
   "mount-vfs",
   "mounts",
+  "mv",
   "path",
   "pvcreate",
   "pvremove",
@@ -144,6 +150,7 @@ static const char *commands[] = {
   "vgs",
   "vgs-full",
   "write-file",
+  "zero",
   NULL
 };