parth-paradkar / pytodo

A minimal command line todo list created using Python and MongoDB
MIT License
4 stars 9 forks source link

Enabling Multiple Arguments #25

Open Solai-Adithya opened 4 years ago

Solai-Adithya commented 4 years ago

We can add a feature where multiple arguments can be given for a particular function , say marking multiple comma separated task index numbers as done or undone . We can enable this feature experimentally for one function say for adding new tasks and then this can be extended for all functions.