From adc68578564f1936c60d7c17a912a648f1224752 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 12 Sep 2021 14:55:02 +0300 Subject: feat! make last_checked mandatory Sponsored-by: author --- clab.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'clab.md') 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 ~~~ -- cgit v1.2.1