X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=640c3691ac80dc71a3636055f9cbb07f01b7497d;hb=e88c37bc71a54f1b8cff6a4bdc04b39fc32b28bf;hp=cafb84d1470d9fd91da1dffc7184ef33aa3658c1;hpb=0703248d233744047515418893dac05ce013a642;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index cafb84d..640c369 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -69,8 +69,13 @@ static const char *const commands[] = { "command", "command-lines", "config", + "cp", + "cp-a", "debug", + "dmesg", "download", + "drop-caches", + "equal", "exists", "file", "fsck", @@ -81,6 +86,7 @@ static const char *const commands[] = { "get-qemu", "get-state", "get-verbose", + "grub-install", "is-busy", "is-config", "is-dir", @@ -107,7 +113,9 @@ static const char *const commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", + "ping-daemon", "pvcreate", "pvremove", "pvs", @@ -145,6 +153,7 @@ static const char *const commands[] = { "vgs", "vgs-full", "write-file", + "zero", NULL };