X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=a0ba5ae1647a6dceaa0eeffe24374b8effdc24be;hp=150b1aaae29770c7b861a4db2d005aa4429e2e39;hb=bb07a7f858da5d07c57360e62c0ddfd24ce6be45;hpb=d268e64fe76944dc042e7ec68a65e59a6cff16ce diff --git a/fish/completion.c b/fish/completion.c index 150b1aa..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,19 +68,26 @@ 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", "list-partitions", "ll", "ls", + "lstat", "lvcreate", "lvm-remove-all", "lvs", @@ -93,12 +110,16 @@ static const char *commands[] = { "set-path", "set-verbose", "sfdisk", + "stat", + "statvfs", "sync", "touch", + "tune2fs-l", "umount", "umount-all", "unmount", "unmount-all", + "upload", "verbose", "vgcreate", "vgs",