Skip to content

Task commands bypass category argument #46

@AkshajSinghal

Description

@AkshajSinghal

add_task hardcodes category='General' regardless of what the user passes. The README documents addtask "" "" as two-argument syntax, but the category argument is silently discarded. Similarly, cli.py::_handle_todo_command parses both arguments from the regex match but concatenates them into a single string passed to add_task, which treats the whole thing as the task text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions