Previous part: Command line task manager - 4
In this part we let users to switch task statuses.
At first, there should be available commands:
We can introduce such an internal convention - lowercase letter commands do not change the state:
The last step - interpretation. We can switch a focused task’s status, but we should zoom in a modified state:
Next time we will introduce subtasks.
Full source code is available here.
Continue this tutorial