X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=8c4f3ad30d4e8fa4012423aac7afe15ba95e72a4;hp=a346ccbb800655ce2308b2f0e099fce63de4edc3;hb=79cdf81e2fb717ea4372a55170d16800cdbddf23;hpb=ef499de8946cf4b8120ef7917b2e5d7f9115041f diff --git a/fish/completion.c b/fish/completion.c index a346ccb..8c4f3ad 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -63,15 +63,18 @@ static const char *commands[] = { "blockdev-setrw", "cat", "cdrom", + "checksum", "chmod", "chown", "command", "command-lines", "config", + "download", "exists", "file", "get-autosync", "get-path", + "get-qemu", "get-state", "get-verbose", "is-busy", @@ -95,11 +98,15 @@ static const char *commands[] = { "mkdir-p", "mkfs", "mount", + "mount-options", + "mount-ro", + "mount-vfs", "mounts", "path", "pvcreate", "pvs", "pvs-full", + "qemu", "read-lines", "rm", "rm-rf", @@ -107,17 +114,23 @@ static const char *commands[] = { "run", "set-autosync", "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", "vgs",