X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=b2f21ff760ebfdce9e60783d1d26eaace43178e1;hb=2dc9e8a858b62830d15a8186fe575eb7903d2171;hp=d7dfc499fb02ae196a1e897101bfbebd79d00df4;hpb=b03ee3675bed8d739ae722ed8c030ae02b3cb0ed;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index d7dfc49..b2f21ff 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,13 @@ static const char *commands[] = { "command", "command-lines", "config", + "cp", + "cp-a", "debug", "download", "exists", "file", + "fsck", "get-autosync", "get-e2label", "get-e2uuid", @@ -80,6 +83,7 @@ static const char *commands[] = { "get-qemu", "get-state", "get-verbose", + "grub-install", "is-busy", "is-config", "is-dir", @@ -106,6 +110,7 @@ static const char *commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", "pvcreate", "pvremove", @@ -144,6 +149,7 @@ static const char *commands[] = { "vgs", "vgs-full", "write-file", + "zero", NULL };