X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=fish%2Fcompletion.c;h=cafb84d1470d9fd91da1dffc7184ef33aa3658c1;hb=0703248d233744047515418893dac05ce013a642;hp=7b4f818a8ce6bc0282373ec3fbbf346ccac523ca;hpb=6bcbe54b5785cb8c911ccf4b724ae6abfdf53ce4;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index 7b4f818..cafb84d 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", @@ -51,20 +51,42 @@ 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", + "checksum", "chmod", "chown", "command", "command-lines", "config", + "debug", + "download", "exists", "file", + "fsck", "get-autosync", + "get-e2label", + "get-e2uuid", "get-path", + "get-qemu", + "get-state", "get-verbose", + "is-busy", + "is-config", "is-dir", "is-file", + "is-launching", + "is-ready", "kill-subprocess", "launch", "list-devices", @@ -74,36 +96,52 @@ 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", "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",