X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=2ddae2e0b37e6252c60b9adb02403d00e182ba33;hb=f20854ec61eef1aea313920f0cf193a78c1a9219;hp=43c4f64742756dba41ec686fa34c14caf4cd8cfa;hpb=e395d7db8fd3fe3d1b121258fe2f401d6b3e64c8;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index 43c4f64..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", @@ -177,6 +180,33 @@ static const char *const commands[] = { "e2fsck-f", "sleep", "ntfs-3g-probe", + "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 };