X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fcompletion.c;h=2ddae2e0b37e6252c60b9adb02403d00e182ba33;hp=e8d8cea5b9cdbfabf5670e43655987126ccc7089;hb=0884d8bbae6d76a603ec1385ada2938f88981c5c;hpb=ad8a256f54a6cb99f89bb444c8597a152a793dce diff --git a/fish/completion.c b/fish/completion.c index e8d8cea..2ddae2e 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -65,6 +65,9 @@ static const char *const commands[] = { "is-launching", "is-busy", "get-state", + "set-memsize", + "memsize", + "get-memsize", "mount", "sync", "touch", @@ -180,6 +183,30 @@ static const char *const commands[] = { "sh", "sh-lines", "glob-expand", + "scrub-device", + "scrub-file", + "scrub-freespace", + "mkdtemp", + "wc-l", + "wc-w", + "wc-c", + "head", + "head-n", + "tail", + "tail-n", + "df", + "df-h", + "du", + "initrd-list", + "mount-loop", + "mkswap", + "mkswap-L", + "mkswap-U", + "mknod", + "mkfifo", + "mknod-b", + "mknod-c", + "umask", NULL };