X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=08d44735b2740c872d984995da719802233d158a;hb=9501ab7792e50e464dc65e9190a0e1d84b5dd423;hp=a0ba5ae1647a6dceaa0eeffe24374b8effdc24be;hpb=bb07a7f858da5d07c57360e62c0ddfd24ce6be45;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index a0ba5ae..08d4473 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -63,16 +63,19 @@ static const char *commands[] = { "blockdev-setrw", "cat", "cdrom", + "checksum", "chmod", "chown", "command", "command-lines", "config", + "debug", "download", "exists", "file", "get-autosync", "get-path", + "get-qemu", "get-state", "get-verbose", "is-busy", @@ -90,17 +93,23 @@ 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", @@ -108,11 +117,16 @@ 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", @@ -122,6 +136,7 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file",