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: only parse quoted args in add_task, remove dead test code
- add_task now only splits on quotes when args actually starts with
a quote character. Plain multi-word input like 'buy groceries' is
treated as the full task text, not split into task + category.
- Remove dead _fake_import_module function from test_help_docs.py
(was overridden by the lambda on the next line).
Addresses CodeRabbit review on TruFoundation#53 and TruFoundation#59.
0 commit comments