Added drop-caches command.
[libguestfs.git] / fish / completion.c
index e44c388..b2f21ff 100644 (file)
@@ -69,10 +69,13 @@ static const char *const commands[] = {
   "command",
   "command-lines",
   "config",
+  "cp",
+  "cp-a",
   "debug",
   "download",
   "exists",
   "file",
+  "fsck",
   "get-autosync",
   "get-e2label",
   "get-e2uuid",
@@ -80,6 +83,7 @@ static const char *const commands[] = {
   "get-qemu",
   "get-state",
   "get-verbose",
+  "grub-install",
   "is-busy",
   "is-config",
   "is-dir",
@@ -106,6 +110,7 @@ static const char *const commands[] = {
   "mount-ro",
   "mount-vfs",
   "mounts",
+  "mv",
   "path",
   "pvcreate",
   "pvremove",
@@ -144,6 +149,7 @@ static const char *const commands[] = {
   "vgs",
   "vgs-full",
   "write-file",
+  "zero",
   NULL
 };