X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=665abd228a6dc0ef6f34c76f5fae06912df3bdbc;hp=f7ba61fb9b5e190a1204802e70091592c5a40cd8;hb=e118c14b9552de311cbc1734e03a3226b484c1e8;hpb=b348eacbc4d84337856cf7cca518d61c63e92631 diff --git a/fish/completion.c b/fish/completion.c index f7ba61f..665abd2 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -33,7 +33,7 @@ #ifdef HAVE_LIBREADLINE -static const char *commands[] = { +static const char *const commands[] = { "add", "add-cdrom", "add-drive", @@ -63,18 +63,31 @@ static const char *commands[] = { "blockdev-setrw", "cat", "cdrom", + "checksum", "chmod", "chown", "command", "command-lines", "config", + "debug", + "download", "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", @@ -84,40 +97,56 @@ static const char *commands[] = { "lstat", "lvcreate", "lvm-remove-all", + "lvremove", "lvs", "lvs-full", "mkdir", "mkdir-p", "mkfs", "mount", + "mount-options", + "mount-ro", + "mount-vfs", "mounts", "path", "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 };