X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=b2f21ff760ebfdce9e60783d1d26eaace43178e1;hb=2dc9e8a858b62830d15a8186fe575eb7903d2171;hp=49f912b994a6db3133a9c57747e2943adb3a2791;hpb=24ccbb29ac475187f51a27dcd318db2b4824a0c1;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index 49f912b..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,13 +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", @@ -91,29 +99,43 @@ 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", "read-lines", "rm", "rm-rf", "rmdir", "run", "set-autosync", + "set-e2label", + "set-e2uuid", "set-path", + "set-qemu", "set-verbose", "sfdisk", "stat", "statvfs", "sync", + "tar-in", + "tar-out", + "tgz-in", + "tgz-out", "touch", "tune2fs-l", "umount", @@ -123,9 +145,11 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file", + "zero", NULL };