Add support for zerofree command.
[libguestfs.git] / fish / completion.c
index e44c388..5c7f5e0 100644 (file)
@@ -37,6 +37,7 @@ static const char *const commands[] = {
   "add",
   "add-cdrom",
   "add-drive",
+  "append",
   "aug-close",
   "aug-defnode",
   "aug-defvar",
@@ -69,10 +70,17 @@ static const char *const commands[] = {
   "command",
   "command-lines",
   "config",
+  "cp",
+  "cp-a",
   "debug",
+  "dmesg",
   "download",
+  "drop-caches",
+  "equal",
   "exists",
   "file",
+  "fsck",
+  "get-append",
   "get-autosync",
   "get-e2label",
   "get-e2uuid",
@@ -80,6 +88,8 @@ static const char *const commands[] = {
   "get-qemu",
   "get-state",
   "get-verbose",
+  "grub-install",
+  "hexdump",
   "is-busy",
   "is-config",
   "is-dir",
@@ -106,7 +116,9 @@ static const char *const commands[] = {
   "mount-ro",
   "mount-vfs",
   "mounts",
+  "mv",
   "path",
+  "ping-daemon",
   "pvcreate",
   "pvremove",
   "pvs",
@@ -117,6 +129,7 @@ static const char *const commands[] = {
   "rm-rf",
   "rmdir",
   "run",
+  "set-append",
   "set-autosync",
   "set-e2label",
   "set-e2uuid",
@@ -126,6 +139,8 @@ static const char *const commands[] = {
   "sfdisk",
   "stat",
   "statvfs",
+  "strings",
+  "strings-e",
   "sync",
   "tar-in",
   "tar-out",
@@ -144,6 +159,8 @@ static const char *const commands[] = {
   "vgs",
   "vgs-full",
   "write-file",
+  "zero",
+  "zerofree",
   NULL
 };