Open Issues Need Help
View All on GitHub cli: exit non‑zero when to done <id> not found about 2 months ago
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