X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=03760ad6562122b1073a41282a07bfa06091c87a;hp=8e529810af1af436e49c328136cf98caced14ca3;hb=5cd39c83e23eb300d1bdfa806902a31b409ff420;hpb=8f9f02d483b87c787d089cf9329f5f1b81d3a77e diff --git a/fish/completion.c b/fish/completion.c index 8e52981..03760ad 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -33,10 +33,11 @@ #ifdef HAVE_LIBREADLINE -static const char *commands[] = { +static const char *const commands[] = { "add", "add-cdrom", "add-drive", + "append", "aug-close", "aug-defnode", "aug-defvar", @@ -69,15 +70,26 @@ static const char *commands[] = { "command", "command-lines", "config", + "cp", + "cp-a", "debug", + "dmesg", "download", + "drop-caches", + "equal", "exists", "file", + "fsck", + "get-append", "get-autosync", + "get-e2label", + "get-e2uuid", "get-path", "get-qemu", "get-state", "get-verbose", + "grub-install", + "hexdump", "is-busy", "is-config", "is-dir", @@ -93,6 +105,7 @@ static const char *commands[] = { "lstat", "lvcreate", "lvm-remove-all", + "lvremove", "lvs", "lvs-full", "mkdir", @@ -103,8 +116,12 @@ static const char *commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", + "ping-daemon", "pvcreate", + "pvremove", + "pvresize", "pvs", "pvs-full", "qemu", @@ -113,13 +130,22 @@ static const char *commands[] = { "rm-rf", "rmdir", "run", + "set-append", "set-autosync", + "set-e2label", + "set-e2uuid", "set-path", "set-qemu", "set-verbose", "sfdisk", + "sfdisk-N", + "sfdisk-disk-geometry", + "sfdisk-kernel-geometry", + "sfdisk-l", "stat", "statvfs", + "strings", + "strings-e", "sync", "tar-in", "tar-out", @@ -134,9 +160,12 @@ static const char *commands[] = { "upload", "verbose", "vgcreate", + "vgremove", "vgs", "vgs-full", "write-file", + "zero", + "zerofree", NULL };