diff options
| author | 2021-07-23 16:26:52 -0400 | |
|---|---|---|
| committer | 2021-07-26 22:55:13 -0400 | |
| commit | af658c7e3a8777e9f71a2e9901983f17cd5cd50f (patch) | |
| tree | 6cca8fed34d0d79b37e6ef3ed3a1f4c11a000539 /example | |
| parent | add ability to add cards to database (diff) | |
make sure tagging does not add a tag more than once
Diffstat (limited to 'example')
| -rw-r--r-- | example/modify_note.md | 4 | ||||
| -rw-r--r-- | example/new_note.md | 4 | ||||
| -rw-r--r-- | example/underwriter.db | bin | 28672 -> 36864 bytes |
3 files changed, 6 insertions, 2 deletions
diff --git a/example/modify_note.md b/example/modify_note.md new file mode 100644 index 0000000..a0702dd --- /dev/null +++ b/example/modify_note.md @@ -0,0 +1,4 @@ +Modifying a note is the same as [adding a note](new_note). + + underwriter tag modify_note.md usage example + underwriter tag modify_note.md command diff --git a/example/new_note.md b/example/new_note.md index 7b16a72..ed48f56 100644 --- a/example/new_note.md +++ b/example/new_note.md @@ -1,3 +1,3 @@ -Add new notes and tag them using the `add` command. +Add new notes and tag them using the `tag` command. - undertaker add new_note.md usage example command + undertaker tag new_note.md usage example command diff --git a/example/underwriter.db b/example/underwriter.db Binary files differindex 4e2118b..d6df5bd 100644 --- a/example/underwriter.db +++ b/example/underwriter.db |
