X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=d0e8050afc592d25e4bd5aeb3f076882fcd4a684;hb=080545d0f87cca424420d05a743ab1f42becb72f;hp=e1603f1bd6db0df854394b6adfc80794906665e1;hpb=43db06ea892cc157324a6b837ca430607441c509;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index e1603f1..d0e8050 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", @@ -69,14 +70,27 @@ static const char *commands[] = { "command", "command-lines", "config", + "cp", + "cp-a", + "debug", + "dmesg", "download", + "drop-caches", + "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", @@ -92,30 +106,49 @@ 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", @@ -129,10 +162,15 @@ static const char *commands[] = { "unmount-all", "upload", "verbose", + "vg-activate", + "vg-activate-all", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file", + "zero", + "zerofree", NULL };