X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=931828862053ca8e364d41061733abf5cacc013e;hb=0faa5dde7b992ba11bb88f77b3424676c7c492e4;hp=08d44735b2740c872d984995da719802233d158a;hpb=aed0fa2c015e56a882fd6d4b759c82df08fc40d7;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index 08d4473..9318288 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,15 +69,25 @@ 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", "get-path", "get-qemu", "get-state", "get-verbose", + "grub-install", + "hexdump", "is-busy", "is-config", "is-dir", @@ -104,7 +114,9 @@ static const char *commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", + "ping-daemon", "pvcreate", "pvremove", "pvs", @@ -116,12 +128,16 @@ static const char *commands[] = { "rmdir", "run", "set-autosync", + "set-e2label", + "set-e2uuid", "set-path", "set-qemu", "set-verbose", "sfdisk", "stat", "statvfs", + "strings", + "strings-e", "sync", "tar-in", "tar-out", @@ -140,6 +156,7 @@ static const char *commands[] = { "vgs", "vgs-full", "write-file", + "zero", NULL };