X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=ec5829631176a0843ab17fda28fb380632581ccc;hb=7784b51430c6b4dbd85c6b023191ed3bb233ad77;hp=e2c97805d381df4373cde58e931161f881ac931f;hpb=9222136ac9b2e404dba128b1ac74dacaa8bf1038;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index e2c9780..ec58296 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", @@ -72,11 +73,16 @@ static const char *const commands[] = { "cp", "cp-a", "debug", + "dmesg", "download", "drop-caches", + "e2fsck-f", + "equal", "exists", "file", + "find", "fsck", + "get-append", "get-autosync", "get-e2label", "get-e2uuid", @@ -85,6 +91,7 @@ static const char *const commands[] = { "get-state", "get-verbose", "grub-install", + "hexdump", "is-busy", "is-config", "is-dir", @@ -101,6 +108,7 @@ static const char *const commands[] = { "lvcreate", "lvm-remove-all", "lvremove", + "lvresize", "lvs", "lvs-full", "mkdir", @@ -113,16 +121,20 @@ static const char *const commands[] = { "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", @@ -130,8 +142,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", @@ -145,12 +163,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 };