X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=5c7f5e014bab83ab50d27e1e8ecd0a7181113355;hp=44cfb9e59894f92a18dca05f9ad36d785ea72245;hb=d901cc916102f1aaccfb73396b48aa303e5b8cd7;hpb=0232e722826cfda0f6042da983f9eb871f24e946 diff --git a/fish/completion.c b/fish/completion.c index 44cfb9e..5c7f5e0 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,13 +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", @@ -91,28 +105,42 @@ 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", "pvs", "pvs-full", + "qemu", "read-lines", "rm", "rm-rf", "rmdir", "run", + "set-append", "set-autosync", + "set-e2label", + "set-e2uuid", "set-path", + "set-qemu", "set-verbose", "sfdisk", "stat", "statvfs", + "strings", + "strings-e", "sync", "tar-in", "tar-out", @@ -127,9 +155,12 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file", + "zero", + "zerofree", NULL };