We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG Entering an incorrect appointment command prints a poorly formated message.
Current output:
Invalid command format! apptadd: Adds an appointment to the appointment book. Parameters: n/ID d/DATETIME Example: appt add n/1d/2021-12-31 1600
TO REPRODUCE Enter appt add in the console.
appt add
EXPECTED BEHAVIOUR Spaces should be properly formatted. e.g. a spacing between "ID" and "d/"
The text was updated successfully, but these errors were encountered:
gycgabriel
Successfully merging a pull request may close this issue.
BUG
Entering an incorrect appointment command prints a poorly formated message.
Current output:
TO REPRODUCE
Enter
appt add
in the console.EXPECTED BEHAVIOUR
Spaces should be properly formatted. e.g. a spacing between "ID" and "d/"
The text was updated successfully, but these errors were encountered: