1 Open Issue Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes changing the `todo done <id>` command's behavior. Currently, if the provided ID doesn't exist, the command prints a message but exits with a success code (0). The desired outcome is to print a clear error to stderr and exit with a non-zero code (1) in such cases, along with adding a unit test to confirm this behavior.

Complexity: 1/5
good first issue