X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=cc9991feb79946ba28353de47aa8ab9fb0fa3d4f;hp=8e529810af1af436e49c328136cf98caced14ca3;hb=62df226f26bd6ac3c481a7790eb89d760d2f0386;hpb=8f9f02d483b87c787d089cf9329f5f1b81d3a77e diff --git a/fish/completion.c b/fish/completion.c index 8e52981..cc9991f 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", @@ -73,7 +73,10 @@ static const char *commands[] = { "download", "exists", "file", + "fsck", "get-autosync", + "get-e2label", + "get-e2uuid", "get-path", "get-qemu", "get-state", @@ -93,6 +96,7 @@ static const char *commands[] = { "lstat", "lvcreate", "lvm-remove-all", + "lvremove", "lvs", "lvs-full", "mkdir", @@ -105,6 +109,7 @@ static const char *commands[] = { "mounts", "path", "pvcreate", + "pvremove", "pvs", "pvs-full", "qemu", @@ -114,6 +119,8 @@ static const char *commands[] = { "rmdir", "run", "set-autosync", + "set-e2label", + "set-e2uuid", "set-path", "set-qemu", "set-verbose", @@ -134,9 +141,11 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file", + "zero", NULL };