Description
Provide for users the ability to format tasks via the 'pretty' flag. Here's a cross comparison with and without the flag.
./task list
ID Status Desc Priority Tags Due
------------------------------------------------------------------------------------------
1 [ ] finish project3 5 MA, CS 2024-07-18 03:15pm-6:00pm
2 [ ] study BSTs 8 CS 2024-07-18 12:00pm-4:00pm
3 [ ] lunch with Edgar 2 Fun -
4 [ ] meeting for db proposal 5 Project -
./task list #pretty
==========================================
Task List
==========================================
Incomplete Tasks
------------------------------------------
ID Desc Priority Tags Due
------------------------------------------------------------------------------------------
1 finish project3 5 MA, CS 2024-07-18 03:15pm-6:00pm
2 study BSTs 8 CS 2024-07-18 12:00pm-4:00pm
3 lunch with Edgar 2 Fun -
4 meeting for db proposal 5 Project -
Completed Tasks
------------------------------------------
ID Desc Priority Tags Completed
------------------------------------------------------------------------------------------
1 Document Project 5 Documentation 2024-07-18
2 Initial Setup 6 Setup 2024-07-17
Description
Provide for users the ability to format tasks via the 'pretty' flag. Here's a cross comparison with and without the flag.