Introduce MultiCommand.execute() and execute_multi_specific()
Commands operating on multiple todos will inherit common execute() method from MultiCommand class, and part specific for each command will be covered in execute_multi_specific()
Showing
Please register or sign in to comment