Added the --ro option (readonly) to guestfish.
[libguestfs.git] / fish / completion.c
index 8c4f3ad..08d4473 100644 (file)
@@ -69,6 +69,7 @@ static const char *commands[] = {
   "command",
   "command-lines",
   "config",
+  "debug",
   "download",
   "exists",
   "file",
@@ -92,6 +93,7 @@ static const char *commands[] = {
   "lstat",
   "lvcreate",
   "lvm-remove-all",
+  "lvremove",
   "lvs",
   "lvs-full",
   "mkdir",
@@ -104,6 +106,7 @@ static const char *commands[] = {
   "mounts",
   "path",
   "pvcreate",
+  "pvremove",
   "pvs",
   "pvs-full",
   "qemu",
@@ -133,6 +136,7 @@ static const char *commands[] = {
   "upload",
   "verbose",
   "vgcreate",
+  "vgremove",
   "vgs",
   "vgs-full",
   "write-file",