X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=a0ba5ae1647a6dceaa0eeffe24374b8effdc24be;hp=7b4f818a8ce6bc0282373ec3fbbf346ccac523ca;hb=bb07a7f858da5d07c57360e62c0ddfd24ce6be45;hpb=6bcbe54b5785cb8c911ccf4b724ae6abfdf53ce4 diff --git a/fish/completion.c b/fish/completion.c index 7b4f818..a0ba5ae 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -51,6 +51,16 @@ 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", "chmod", @@ -58,13 +68,19 @@ static const char *commands[] = { "command", "command-lines", "config", + "download", "exists", "file", "get-autosync", "get-path", + "get-state", "get-verbose", + "is-busy", + "is-config", "is-dir", "is-file", + "is-launching", + "is-ready", "kill-subprocess", "launch", "list-devices", @@ -98,10 +114,12 @@ static const char *commands[] = { "statvfs", "sync", "touch", + "tune2fs-l", "umount", "umount-all", "unmount", "unmount-all", + "upload", "verbose", "vgcreate", "vgs",