X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=d7dfc499fb02ae196a1e897101bfbebd79d00df4;hb=0aa45a5662bcb96348bd4753fb0404991f713319;hp=44cfb9e59894f92a18dca05f9ad36d785ea72245;hpb=0232e722826cfda0f6042da983f9eb871f24e946;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index 44cfb9e..d7dfc49 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -69,11 +69,15 @@ static const char *commands[] = { "command", "command-lines", "config", + "debug", "download", "exists", "file", "get-autosync", + "get-e2label", + "get-e2uuid", "get-path", + "get-qemu", "get-state", "get-verbose", "is-busy", @@ -91,24 +95,33 @@ 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", "path", "pvcreate", + "pvremove", "pvs", "pvs-full", + "qemu", "read-lines", "rm", "rm-rf", "rmdir", "run", "set-autosync", + "set-e2label", + "set-e2uuid", "set-path", + "set-qemu", "set-verbose", "sfdisk", "stat", @@ -127,6 +140,7 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file",