Generated code for head/tail commands.
[libguestfs.git] / fish / completion.c
index f81e047..a2febb7 100644 (file)
@@ -187,6 +187,10 @@ static const char *const commands[] = {
   "wc-l",
   "wc-w",
   "wc-c",
+  "head",
+  "head-n",
+  "tail",
+  "tail-n",
   NULL
 };