X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=931828862053ca8e364d41061733abf5cacc013e;hb=c889d127598f5613a49ee713adeb7165f473dbdc;hp=8c4f3ad30d4e8fa4012423aac7afe15ba95e72a4;hpb=79cdf81e2fb717ea4372a55170d16800cdbddf23;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index 8c4f3ad..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,14 +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", @@ -92,6 +103,7 @@ static const char *commands[] = { "lstat", "lvcreate", "lvm-remove-all", + "lvremove", "lvs", "lvs-full", "mkdir", @@ -102,8 +114,11 @@ static const char *commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", + "ping-daemon", "pvcreate", + "pvremove", "pvs", "pvs-full", "qemu", @@ -113,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", @@ -133,9 +152,11 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file", + "zero", NULL };