CS2103-AY1819S1-W13-3 / main

ConTAct - A CS2103 project aimed at making a teaching assistant's job easier
https://cs2103-ay1819s1-w13-3.github.io/main/
MIT License
2 stars 5 forks source link

Mark: Listing marks #91

Closed alyip98 closed 5 years ago

alyip98 commented 5 years ago

New command for mark: list all stored marks

mark m/a find t/friends
mark find t/colleagues
mark list

should display

a: 3 persons
default: 2 persons

as a CommandResult

alyip98 commented 5 years ago

121