X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=4db2d5ef65f425bc80ed010d662b16712f0fa0a6;hp=095a33513ff616ce00f027cdd82646d12f3ad058;hb=17fa7abbb83024deb639aebf27686848e232e085;hpb=8c3b820c2b687345448e3d74a7101b07ff32688e diff --git a/fish/completion.c b/fish/completion.c index 095a335..4db2d5e 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",