Open itsmejr257 opened 7 months ago
Thank you for the response! This issue is due to I used ANSI escape codes to add color to the text. However, your terminal does not support the ANSI escape codes.
[The team marked this bug as a duplicate of the following bug]
Unexpected output from upgrade command
The message gotten was different from the expected output from the UG.
In particular there seems to be an additional 31m and 0m printed
Labelled this as very low as it seems to be a cosmetic error, and still technically displays the correct value of 10000.
[original: nus-cs2113-AY2324S2/pe-interim#688] [original labels: type.FunctionalityBug severity.VeryLow]
[This is the team's response to the above 'original' bug]
Thank you for the response, this is because the ANSI escape codes for ui coloring is not recongized by your terminal.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Steps to reproduce :
The work command gives the following output
Which does not seem to match the intended output from the UG
Classified as low as it appears to be a cosmetic error. However, this may potentially be of medium severity as when following the UG, i would know to press enter before typing and can use the application normally, However, for a normal user who does not have access to the user guide, there may be confusion regarding what to do given the confusing output.