X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcompletion.c;h=931828862053ca8e364d41061733abf5cacc013e;hb=c419731e3a04333aea7d1af7e1069221a34344a5;hp=cafb84d1470d9fd91da1dffc7184ef33aa3658c1;hpb=0703248d233744047515418893dac05ce013a642;p=libguestfs.git diff --git a/fish/completion.c b/fish/completion.c index cafb84d..9318288 100644 --- a/fish/completion.c +++ b/fish/completion.c @@ -69,8 +69,13 @@ static const char *const commands[] = { "command", "command-lines", "config", + "cp", + "cp-a", "debug", + "dmesg", "download", + "drop-caches", + "equal", "exists", "file", "fsck", @@ -81,6 +86,8 @@ static const char *const commands[] = { "get-qemu", "get-state", "get-verbose", + "grub-install", + "hexdump", "is-busy", "is-config", "is-dir", @@ -107,7 +114,9 @@ static const char *const commands[] = { "mount-ro", "mount-vfs", "mounts", + "mv", "path", + "ping-daemon", "pvcreate", "pvremove", "pvs", @@ -127,6 +136,8 @@ static const char *const commands[] = { "sfdisk", "stat", "statvfs", + "strings", + "strings-e", "sync", "tar-in", "tar-out", @@ -145,6 +156,7 @@ static const char *const commands[] = { "vgs", "vgs-full", "write-file", + "zero", NULL };