X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=640c3691ac80dc71a3636055f9cbb07f01b7497d;hb=e88c37bc71a54f1b8cff6a4bdc04b39fc32b28bf;hp=d7dfc499fb02ae196a1e897101bfbebd79d00df4;hpb=b03ee3675bed8d739ae722ed8c030ae02b3cb0ed;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index d7dfc49..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,10 +69,16 @@ 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", @@ -80,6 +86,7 @@ static const char *commands[] = { "get-qemu", "get-state", "get-verbose", + "grub-install", "is-busy", "is-config", "is-dir", @@ -106,7 +113,9 @@ static const char *commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", + "ping-daemon", "pvcreate", "pvremove", "pvs", @@ -144,6 +153,7 @@ static const char *commands[] = { "vgs", "vgs-full", "write-file", + "zero", NULL };