Adding hurry-mode, if a command is not parsed correctly - consider it as 'add task'.
Adding move current to <x>
Adding move task <x> to position <y>
Adding swap feature to swap positions of two tasks.
Raising exceptions instead of silently failing in more functions.
'current' now raises exception, hence handling the same in currrent is not needed.
'done' returns Exception instead of text error.
- LOAD MORE