X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=4db2d5ef65f425bc80ed010d662b16712f0fa0a6;hb=e8ecc08f663b44f3d79517affe52f137858dfe00;hp=d7dfc499fb02ae196a1e897101bfbebd79d00df4;hpb=b03ee3675bed8d739ae722ed8c030ae02b3cb0ed;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index d7dfc49..4db2d5e 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,10 +70,17 @@ 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", @@ -80,6 +88,8 @@ static const char *commands[] = { "get-qemu", "get-state", "get-verbose", + "grub-install", + "hexdump", "is-busy", "is-config", "is-dir", @@ -106,7 +116,9 @@ static const char *commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", + "ping-daemon", "pvcreate", "pvremove", "pvs", @@ -117,6 +129,7 @@ static const char *commands[] = { "rm-rf", "rmdir", "run", + "set-append", "set-autosync", "set-e2label", "set-e2uuid", @@ -126,6 +139,8 @@ static const char *commands[] = { "sfdisk", "stat", "statvfs", + "strings", + "strings-e", "sync", "tar-in", "tar-out", @@ -144,6 +159,7 @@ static const char *commands[] = { "vgs", "vgs-full", "write-file", + "zero", NULL };