File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Tickets as config. Manage your repository's tickets and todo items as configurat
99
1010
1111``` hcl
12+ # rocketship.tickgit
13+
1214goal "Build the Rocketship 🚀" {
1315 description = "Finalize the construction of the Moonblaster 2000"
1416
@@ -27,6 +29,7 @@ goal "Build the Rocketship 🚀" {
2729```
2830
2931```
32+ $ tickgit status
3033=== Build the Rocketship 🚀 ⏳
3134 --- 1/3 tasks completed (2 remaining)
3235 --- 33% completed
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ goal "Basic command line tool" {
22 description = "finish up a simple cli with no options or arguments, it just prints out a summary report of the git repo in the CWD"
33
44 task "Implement cobra" {
5- status = "pending "
5+ status = "done "
66 }
7- }
7+ }
You can’t perform that action at this time.
0 commit comments