Add tag and untag commands.

This commit is contained in:
Jonathan Bernard
2019-04-18 07:43:08 -05:00
parent 476a94c679
commit db3e648d47
3 changed files with 28 additions and 3 deletions

View File

@ -179,7 +179,7 @@ proc store*(tasksDir: string, issue: Issue, state: IssueState, withComments = fa
else:
issue.filepath = stateDir / filename
issue.store()
issue.store(withComments)
proc storeOrder*(issues: seq[Issue], path: string) =
var orderLines = newSeq[string]()