X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=b2f21ff760ebfdce9e60783d1d26eaace43178e1;hp=a346ccbb800655ce2308b2f0e099fce63de4edc3;hb=ac286b26df1aabceca26dac66c325a3676ace4cc;hpb=ef499de8946cf4b8120ef7917b2e5d7f9115041f diff --git a/fish/completion.c b/fish/completion.c index a346ccb..b2f21ff 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,17 +63,27 @@ static const char *commands[] = { "blockdev-setrw", "cat", "cdrom", + "checksum", "chmod", "chown", "command", "command-lines", "config", + "cp", + "cp-a", + "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", @@ -89,40 +99,57 @@ 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", + "mv", "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 };