summaryrefslogtreecommitdiff
path: root/clab.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-12 14:55:02 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-12 14:55:02 +0300
commitadc68578564f1936c60d7c17a912a648f1224752 (patch)
treeeec61deff8b527acf09ac0b8807a4f0e52b790b1 /clab.md
parent03467d2f26f67bb3ba0a687babc19f62640c3b7c (diff)
downloadclab-adc68578564f1936c60d7c17a912a648f1224752.tar.gz
feat! make last_checked mandatory
Sponsored-by: author
Diffstat (limited to 'clab.md')
-rw-r--r--clab.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/clab.md b/clab.md
index f5b09fb..b437cbc 100644
--- a/clab.md
+++ b/clab.md
@@ -65,11 +65,13 @@ then stdout is exactly "clab found matches:\nalice@example.com\tAlice Atherthon\
~~~{#address-book.yaml .file .yaml}
- name: Alice Atherthon
- email:
+ email:
work: alice@example.com
+ last_checked: 2021-09
- name: Bob Bobbington
- email:
+ email:
personal: bob@example.com
+ last_checked: 2021-09
~~~