Begin to add the upload and download commands.
[libguestfs.git] / fish / completion.c
index cee2b39..a0ba5ae 100644 (file)
@@ -51,6 +51,16 @@ static const char *commands[] = {
   "aug-save",
   "aug-set",
   "autosync",
+  "blockdev-flushbufs",
+  "blockdev-getbsz",
+  "blockdev-getro",
+  "blockdev-getsize64",
+  "blockdev-getss",
+  "blockdev-getsz",
+  "blockdev-rereadpt",
+  "blockdev-setbsz",
+  "blockdev-setro",
+  "blockdev-setrw",
   "cat",
   "cdrom",
   "chmod",
@@ -58,13 +68,19 @@ static const char *commands[] = {
   "command",
   "command-lines",
   "config",
+  "download",
   "exists",
   "file",
   "get-autosync",
   "get-path",
+  "get-state",
   "get-verbose",
+  "is-busy",
+  "is-config",
   "is-dir",
   "is-file",
+  "is-launching",
+  "is-ready",
   "kill-subprocess",
   "launch",
   "list-devices",
@@ -103,6 +119,7 @@ static const char *commands[] = {
   "umount-all",
   "unmount",
   "unmount-all",
+  "upload",
   "verbose",
   "vgcreate",
   "vgs",