X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=03760ad6562122b1073a41282a07bfa06091c87a;hp=e1603f1bd6db0df854394b6adfc80794906665e1;hb=5cd39c83e23eb300d1bdfa806902a31b409ff420;hpb=43db06ea892cc157324a6b837ca430607441c509 diff --git a/fish/completion.c b/fish/completion.c index e1603f1..03760ad 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,26 @@ static const char *commands[] = { "command", "command-lines", "config", + "cp", + "cp-a", + "debug", + "dmesg", "download", + "drop-caches", + "equal", "exists", "file", + "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,15 +105,23 @@ 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", + "mv", "path", + "ping-daemon", "pvcreate", + "pvremove", + "pvresize", "pvs", "pvs-full", "qemu", @@ -109,13 +130,22 @@ static const char *commands[] = { "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", @@ -130,9 +160,12 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file", + "zero", + "zerofree", NULL };