X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=b2f21ff760ebfdce9e60783d1d26eaace43178e1;hp=e1603f1bd6db0df854394b6adfc80794906665e1;hb=ac286b26df1aabceca26dac66c325a3676ace4cc;hpb=43db06ea892cc157324a6b837ca430607441c509 diff --git a/fish/completion.c b/fish/completion.c index e1603f1..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,14 +69,21 @@ static const char *commands[] = { "command", "command-lines", "config", + "cp", + "cp-a", + "debug", "download", "exists", "file", + "fsck", "get-autosync", + "get-e2label", + "get-e2uuid", "get-path", "get-qemu", "get-state", "get-verbose", + "grub-install", "is-busy", "is-config", "is-dir", @@ -92,15 +99,21 @@ static const char *commands[] = { "lstat", "lvcreate", "lvm-remove-all", + "lvremove", "lvs", "lvs-full", "mkdir", "mkdir-p", "mkfs", "mount", + "mount-options", + "mount-ro", + "mount-vfs", "mounts", + "mv", "path", "pvcreate", + "pvremove", "pvs", "pvs-full", "qemu", @@ -110,6 +123,8 @@ static const char *commands[] = { "rmdir", "run", "set-autosync", + "set-e2label", + "set-e2uuid", "set-path", "set-qemu", "set-verbose", @@ -130,9 +145,11 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file", + "zero", NULL };