X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=640c3691ac80dc71a3636055f9cbb07f01b7497d;hb=e88c37bc71a54f1b8cff6a4bdc04b39fc32b28bf;hp=44cfb9e59894f92a18dca05f9ad36d785ea72245;hpb=0232e722826cfda0f6042da983f9eb871f24e946;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index 44cfb9e..640c369 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", @@ -69,13 +69,24 @@ static const char *commands[] = { "command", "command-lines", "config", + "cp", + "cp-a", + "debug", + "dmesg", "download", + "drop-caches", + "equal", "exists", "file", + "fsck", "get-autosync", + "get-e2label", + "get-e2uuid", "get-path", + "get-qemu", "get-state", "get-verbose", + "grub-install", "is-busy", "is-config", "is-dir", @@ -91,24 +102,35 @@ 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-autosync", + "set-e2label", + "set-e2uuid", "set-path", + "set-qemu", "set-verbose", "sfdisk", "stat", @@ -127,9 +149,11 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file", + "zero", NULL };