Add support for zerofree command.
[libguestfs.git] / fish / completion.c
index 640c369..5c7f5e0 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",
@@ -87,6 +89,7 @@ static const char *const commands[] = {
   "get-state",
   "get-verbose",
   "grub-install",
+  "hexdump",
   "is-busy",
   "is-config",
   "is-dir",
@@ -126,6 +129,7 @@ static const char *const commands[] = {
   "rm-rf",
   "rmdir",
   "run",
+  "set-append",
   "set-autosync",
   "set-e2label",
   "set-e2uuid",
@@ -135,6 +139,8 @@ static const char *const commands[] = {
   "sfdisk",
   "stat",
   "statvfs",
+  "strings",
+  "strings-e",
   "sync",
   "tar-in",
   "tar-out",
@@ -154,6 +160,7 @@ static const char *const commands[] = {
   "vgs-full",
   "write-file",
   "zero",
+  "zerofree",
   NULL
 };