X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=d0e8050afc592d25e4bd5aeb3f076882fcd4a684;hb=0f81d0941a2705d49bc129f69924265fa60d9677;hp=cafb84d1470d9fd91da1dffc7184ef33aa3658c1;hpb=0703248d233744047515418893dac05ce013a642;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index cafb84d..d0e8050 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -37,6 +37,7 @@ static const char *const commands[] = { "add", "add-cdrom", "add-drive", + "append", "aug-close", "aug-defnode", "aug-defvar", @@ -69,11 +70,18 @@ static const char *const commands[] = { "command", "command-lines", "config", + "cp", + "cp-a", "debug", + "dmesg", "download", + "drop-caches", + "equal", "exists", "file", + "find", "fsck", + "get-append", "get-autosync", "get-e2label", "get-e2uuid", @@ -81,6 +89,8 @@ static const char *const commands[] = { "get-qemu", "get-state", "get-verbose", + "grub-install", + "hexdump", "is-busy", "is-config", "is-dir", @@ -97,6 +107,7 @@ static const char *const commands[] = { "lvcreate", "lvm-remove-all", "lvremove", + "lvresize", "lvs", "lvs-full", "mkdir", @@ -107,17 +118,22 @@ static const char *const commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", + "ping-daemon", "pvcreate", "pvremove", + "pvresize", "pvs", "pvs-full", "qemu", "read-lines", + "resize2fs", "rm", "rm-rf", "rmdir", "run", + "set-append", "set-autosync", "set-e2label", "set-e2uuid", @@ -125,8 +141,14 @@ static const char *const commands[] = { "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", @@ -140,11 +162,15 @@ static const char *const commands[] = { "unmount-all", "upload", "verbose", + "vg-activate", + "vg-activate-all", "vgcreate", "vgremove", "vgs", "vgs-full", "write-file", + "zero", + "zerofree", NULL };