Open TriciaBK opened 1 year ago
This issue has been considered rejected because the program user did not input and use the update log command properly. Yes, the first part of the command updatelog 11 11 Running 100
is correct, but as you can see from the Example of usage
section, between stating the exercise that you want to update and the new details that you want to update that exercise with, there is a space indicating that they should be two separate inputs. Therefore, the correct sequence of inputs into the program should have been log 11 11 Running 100
, then updatelog 11 11 Running 100
, and finally Jogging 200
. However, it is evident that the UG was not clear enough to the user to show them how the updatelog
command should be used properly.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
Details:
updatelog
command does not seem to work as my exercises always cannot be found despite the input being seemingly correct.Steps to replicate:
log 11 11 Running 100
updatelog 11 11 Running 100 Jogging 200