Generated code for ping-daemon command.
[libguestfs.git] / fish / completion.c
index 150b1aa..095a335 100644 (file)
@@ -33,7 +33,7 @@
 
 #ifdef HAVE_LIBREADLINE
 
-static const char *commands[] = {
+static const char *const commands[] = {
   "add",
   "add-cdrom",
   "add-drive",
@@ -51,59 +51,108 @@ 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",
+  "checksum",
   "chmod",
   "chown",
   "command",
   "command-lines",
   "config",
+  "cp",
+  "cp-a",
+  "debug",
+  "dmesg",
+  "download",
+  "drop-caches",
   "exists",
   "file",
+  "fsck",
   "get-autosync",
+  "get-e2label",
+  "get-e2uuid",
   "get-path",
+  "get-qemu",
+  "get-state",
   "get-verbose",
+  "grub-install",
+  "is-busy",
+  "is-config",
   "is-dir",
   "is-file",
+  "is-launching",
+  "is-ready",
   "kill-subprocess",
   "launch",
   "list-devices",
   "list-partitions",
   "ll",
   "ls",
+  "lstat",
   "lvcreate",
   "lvm-remove-all",
+  "lvremove",
   "lvs",
   "lvs-full",
   "mkdir",
   "mkdir-p",
   "mkfs",
   "mount",
+  "mount-options",
+  "mount-ro",
+  "mount-vfs",
   "mounts",
+  "mv",
   "path",
+  "ping-daemon",
   "pvcreate",
+  "pvremove",
   "pvs",
   "pvs-full",
+  "qemu",
   "read-lines",
   "rm",
   "rm-rf",
   "rmdir",
   "run",
   "set-autosync",
+  "set-e2label",
+  "set-e2uuid",
   "set-path",
+  "set-qemu",
   "set-verbose",
   "sfdisk",
+  "stat",
+  "statvfs",
   "sync",
+  "tar-in",
+  "tar-out",
+  "tgz-in",
+  "tgz-out",
   "touch",
+  "tune2fs-l",
   "umount",
   "umount-all",
   "unmount",
   "unmount-all",
+  "upload",
   "verbose",
   "vgcreate",
+  "vgremove",
   "vgs",
   "vgs-full",
   "write-file",
+  "zero",
   NULL
 };