lamyuewei / pe

0 stars 0 forks source link

Addm doesn't work after mkdir is performed #1

Open lamyuewei opened 4 years ago

lamyuewei commented 4 years ago

User Guide writes that mkdir adds a new new child directory and addm adds a new module which is suppose to be different, yet it cannot be executed.

image.png

image.png

nus-pe-bot commented 4 years ago

Team's Response

mkdir is a generic command for adding directories. When at the root level, executing mkdir is essentially creating a Module sub-directory. In other words, mkdir created a module CS2113. Executing addm cs2113 subsequently will result in adding the module CS2113 again, thus the error message that the module already exists. This is the intended behaviour. A further explanation of the mkdir command can also be found in the User Guide:

image.png

Nonetheless, thank you for raising up the issue.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your reason]