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
fix: pass category argument through to add_task properly
The add_task() function hardcoded category='General' regardless of user
input, and _handle_todo_command() concatenated both arguments into a
single string, discarding the category.
Fix:
- Update add_task() to parse quoted arguments via shlex.split()
- Update _handle_todo_command() to pass arguments with quotes preserved
ClosesTruFoundation#46
0 commit comments