Bug in Add Interviewee command parser #60
Labels
priority.High
Must do
severity.High
A flaw that affects most users and causes major problems for users.
type.Bug
Milestone
The current add interviewee command captures the entire argument as the full name of the Interviewee
Command:
add interviewee Henry Tan -a Hen
Expected: new Interviewee with name "Henry Tan" and alias "Hen"
Outcome: Interviewee with name "Henry Tan -a Hen" and no alias
The text was updated successfully, but these errors were encountered: