X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=ec5829631176a0843ab17fda28fb380632581ccc;hp=cee2b399d1543c136dddd824b3491f426d0eacbf;hb=3e408f493496597dc026d20778837f421f05a9dd;hpb=ad5abc8d367c9c410051062cae066b1b141b4c76;ds=sidebyside diff --git a/fish/completion.c b/fish/completion.c index cee2b39..ec58296 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -33,10 +33,11 @@ #ifdef HAVE_LIBREADLINE -static const char *commands[] = { +static const char *const commands[] = { "add", "add-cdrom", "add-drive", + "append", "aug-close", "aug-defnode", "aug-defvar", @@ -51,20 +52,52 @@ 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", + "cp", + "cp-a", + "debug", + "dmesg", + "download", + "drop-caches", + "e2fsck-f", + "equal", "exists", "file", + "find", + "fsck", + "get-append", "get-autosync", + "get-e2label", + "get-e2uuid", "get-path", + "get-qemu", + "get-state", "get-verbose", + "grub-install", + "hexdump", + "is-busy", + "is-config", "is-dir", "is-file", + "is-launching", + "is-ready", "kill-subprocess", "launch", "list-devices", @@ -74,40 +107,71 @@ static const char *commands[] = { "lstat", "lvcreate", "lvm-remove-all", + "lvremove", + "lvresize", "lvs", "lvs-full", "mkdir", "mkdir-p", "mkfs", "mount", + "mount-options", + "mount-ro", + "mount-vfs", "mounts", + "mv", "path", + "ping-daemon", "pvcreate", + "pvremove", + "pvresize", "pvs", "pvs-full", + "qemu", "read-lines", + "resize2fs", "rm", "rm-rf", "rmdir", "run", + "set-append", "set-autosync", + "set-e2label", + "set-e2uuid", "set-path", + "set-qemu", "set-verbose", "sfdisk", + "sfdisk-N", + "sfdisk-disk-geometry", + "sfdisk-kernel-geometry", + "sfdisk-l", "stat", "statvfs", + "strings", + "strings-e", "sync", + "tar-in", + "tar-out", + "tgz-in", + "tgz-out", "touch", "tune2fs-l", "umount", "umount-all", "unmount", "unmount-all", + "upload", "verbose", + "vg-activate", + "vg-activate-all", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file", + "zero", + "zerofree", NULL };