X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=d7dfc499fb02ae196a1e897101bfbebd79d00df4;hb=0aa45a5662bcb96348bd4753fb0404991f713319;hp=8e529810af1af436e49c328136cf98caced14ca3;hpb=8f9f02d483b87c787d089cf9329f5f1b81d3a77e;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index 8e52981..d7dfc49 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -74,6 +74,8 @@ static const char *commands[] = { "exists", "file", "get-autosync", + "get-e2label", + "get-e2uuid", "get-path", "get-qemu", "get-state", @@ -93,6 +95,7 @@ static const char *commands[] = { "lstat", "lvcreate", "lvm-remove-all", + "lvremove", "lvs", "lvs-full", "mkdir", @@ -105,6 +108,7 @@ static const char *commands[] = { "mounts", "path", "pvcreate", + "pvremove", "pvs", "pvs-full", "qemu", @@ -114,6 +118,8 @@ static const char *commands[] = { "rmdir", "run", "set-autosync", + "set-e2label", + "set-e2uuid", "set-path", "set-qemu", "set-verbose", @@ -134,6 +140,7 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file",