X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=fish%2Fcompletion.c;h=5c7f5e014bab83ab50d27e1e8ecd0a7181113355;hb=d901cc916102f1aaccfb73396b48aa303e5b8cd7;hp=095a33513ff616ce00f027cdd82646d12f3ad058;hpb=8c3b820c2b687345448e3d74a7101b07ff32688e;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index 095a335..5c7f5e0 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", @@ -75,9 +76,11 @@ static const char *const commands[] = { "dmesg", "download", "drop-caches", + "equal", "exists", "file", "fsck", + "get-append", "get-autosync", "get-e2label", "get-e2uuid", @@ -86,6 +89,7 @@ static const char *const commands[] = { "get-state", "get-verbose", "grub-install", + "hexdump", "is-busy", "is-config", "is-dir", @@ -125,6 +129,7 @@ static const char *const commands[] = { "rm-rf", "rmdir", "run", + "set-append", "set-autosync", "set-e2label", "set-e2uuid", @@ -134,6 +139,8 @@ static const char *const commands[] = { "sfdisk", "stat", "statvfs", + "strings", + "strings-e", "sync", "tar-in", "tar-out", @@ -153,6 +160,7 @@ static const char *const commands[] = { "vgs-full", "write-file", "zero", + "zerofree", NULL };