summaryrefslogtreecommitdiff
path: root/clab.md
diff options
context:
space:
mode:
Diffstat (limited to 'clab.md')
-rw-r--r--clab.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/clab.md b/clab.md
index 7df358e..f5b09fb 100644
--- a/clab.md
+++ b/clab.md
@@ -1,3 +1,17 @@
+---
+title: "clab; – command line address book"
+author: Lars Wirzenius
+template: python
+bindings:
+- subplot/clab.yaml
+- lib/files.yaml
+- lib/runcmd.yaml
+functions:
+- subplot/clab.py
+- lib/files.py
+- lib/runcmd.py
+...
+
# Introduction
`clab` is a command line address book application. It has no
@@ -77,17 +91,3 @@ then command is successful
then stdout contains "Alice Atherthon"
then stdout contains "Bob"
~~~
-
----
-title: "clab; – command line address book"
-author: Lars Wirzenius
-template: python
-bindings:
-- subplot/clab.yaml
-- subplot/vendor/files.yaml
-- subplot/vendor/runcmd.yaml
-functions:
-- subplot/clab.py
-- subplot/vendor/files.py
-- subplot/vendor/runcmd.py
-...