X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=b2f21ff760ebfdce9e60783d1d26eaace43178e1;hb=2dc9e8a858b62830d15a8186fe575eb7903d2171;hp=cafb84d1470d9fd91da1dffc7184ef33aa3658c1;hpb=0703248d233744047515418893dac05ce013a642;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index cafb84d..b2f21ff 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -69,6 +69,8 @@ static const char *const commands[] = { "command", "command-lines", "config", + "cp", + "cp-a", "debug", "download", "exists", @@ -81,6 +83,7 @@ static const char *const commands[] = { "get-qemu", "get-state", "get-verbose", + "grub-install", "is-busy", "is-config", "is-dir", @@ -107,6 +110,7 @@ static const char *const commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", "pvcreate", "pvremove", @@ -145,6 +149,7 @@ static const char *const commands[] = { "vgs", "vgs-full", "write-file", + "zero", NULL };