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