You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when you check an item that has already been checked the program returns item checked even though it actually becomes unchecked
To Reproduce
$ tb -t foo
$tb -c 1
$tb -c 1
Expected behavior
If I realized that what I had done wasn't actually done I would want to uncheck it so the program should return "# unchecked" if I run --check twice on an item
Screenshots
If applicable, add screenshots to help explain your problem.
Technical Info (please complete the following information)
OS: macOS (10.13.6)
Node.js Version: v8.11.3
Taskbook Version: 0.1.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
* proper messages for unstarring and unchecking
* fixed linting errors
* resolved some issues
* used ternary in for loop
* added checks for empty id ary for markIncomplete, markComplete, markStarred & markUnstarred methods.
* fixed ordering of checked and unchecked items
Describe the bug
when you check an item that has already been checked the program returns item checked even though it actually becomes unchecked
To Reproduce
$ tb -t foo
$tb -c 1
$tb -c 1
Expected behavior
If I realized that what I had done wasn't actually done I would want to uncheck it so the program should return "# unchecked" if I run --check twice on an item
Screenshots
If applicable, add screenshots to help explain your problem.
Technical Info (please complete the following information)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: