move pttodo-cli up from /cmd/

This commit is contained in:
Bel LaPointe
2023-11-06 12:15:12 -07:00
parent cdd1be46a8
commit 02dab4b726
14 changed files with 581 additions and 0 deletions

4
cmd/testdata/1.yaml vendored Normal file
View File

@@ -0,0 +1,4 @@
todo:
- "1"
scheduled: []
done: []

4
cmd/testdata/2.yaml vendored Normal file
View File

@@ -0,0 +1,4 @@
todo:
- "2"
scheduled: []
done: []

4
cmd/testdata/3.yaml vendored Normal file
View File

@@ -0,0 +1,4 @@
todo:
- "3"
scheduled: []
done: []

4
cmd/testdata/root.yaml vendored Normal file
View File

@@ -0,0 +1,4 @@
todo:
- root
scheduled: []
done: []

10
cmd/testdata/test.yaml vendored Executable file
View File

@@ -0,0 +1,10 @@
todo:
- hi20890
- hi
- b
- todo: loop
schedule: 10s
- todo: past
schedule: "2000-01-02"
scheduled: []
done: []