AY2425S1-CS2103T-F11-1 / tp

MS Dhoni Fan Club
MIT License
1 stars 5 forks source link

Update list command #102

Open wes-w-z-h opened 5 hours ago

wes-w-z-h commented 5 hours ago

Right now list command lists all persons only should include concerts as well

bbbbcccd commented 4 hours ago

Maybe we can create 3 separate commands: list - lists all persons + concerts listp - lists all persons listc - lists all concerts

Alternatively, we can add optional parameters in the current list command. E.g. list - lists all persons + concerts list p/ - lists all persons list c/ - lists all concerts