Open NaychiMin opened 11 months ago
Format is indeed incorrect and thus error message was returned. Same issue as master bug, solving master bug will solve this bug
[The team marked this bug as a duplicate of the following bug]
Empty spaces are not sufficinetly parsed
Unable to detect command correctly if 1 space before / is included. Parser could handle this better?
[original: nus-cs2113-AY2324S1/pe-interim#490] [original labels: severity.Low type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
Format is indeed incorrect and thus error message was returned. As there are different classes that uses
add
, we decided to implement several valid flags for recipesr/
, ingredientsi/
, and shortcutssc/
. Assc /
is an invalid flag, hence it will not detect the command.We understand what tester means, but it is a very low priority feature, which most users will never face if they follow
help
commands or refer to UG/DGItems 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]
Deleting a recipe does not work if there is a space between the tag and the index/name after the tag.