X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=5c7f5e014bab83ab50d27e1e8ecd0a7181113355;hp=08d44735b2740c872d984995da719802233d158a;hb=d901cc916102f1aaccfb73396b48aa303e5b8cd7;hpb=aed0fa2c015e56a882fd6d4b759c82df08fc40d7 diff --git a/fish/completion.c b/fish/completion.c index 08d4473..5c7f5e0 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", @@ -104,7 +116,9 @@ static const char *commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", + "ping-daemon", "pvcreate", "pvremove", "pvs", @@ -115,13 +129,18 @@ static const char *commands[] = { "rm-rf", "rmdir", "run", + "set-append", "set-autosync", + "set-e2label", + "set-e2uuid", "set-path", "set-qemu", "set-verbose", "sfdisk", "stat", "statvfs", + "strings", + "strings-e", "sync", "tar-in", "tar-out", @@ -140,6 +159,8 @@ static const char *commands[] = { "vgs", "vgs-full", "write-file", + "zero", + "zerofree", NULL };