X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=fish%2Fcompletion.c;h=b506559b9fa35ff9953a82235463b250bce348b8;hb=da85ed425dc828ef4b8817f64d448101a88507b5;hp=8564e9d8e1e61de75436e6005ab0bd2b375c9177;hpb=0574eab8bc7d8e72db862ec36815835938a5fdf1;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index 8564e9d..b506559 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", @@ -184,6 +187,27 @@ static const char *const commands[] = { "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", + "readdir", NULL };