CS2103-AY1819S2-W11-3 / main

TravelBuddy is a travel log application that lets users efficiently manage their travel records. Additional features built into TravelBuddy allows them to search through the records, attach photos and view statistical models.
https://travelbuddy-cs2103.netlify.com/
MIT License
1 stars 6 forks source link

The command given in the example message of add command doesn't run. #131

Closed chung-ming closed 5 years ago

chung-ming commented 5 years ago

Describe the bug The add command example message doesn't run when typed by the user.

To Reproduce Steps to reproduce the behavior:

Type the command: add
Error message is displayed.
Copy the example command and try to run it.
Command doesn't run.

Expected behavior Command should run as it is an example command. image

nivenang commented 5 years ago

This bug is due to the example command not having a space between the end of dv parameter and r/ prefix

nivenang commented 5 years ago

Resolved in PR #135