
The above image is the documentation for the user guide section on adding tasks to a project. Upon entering the following command:
addtask n/Hello tp/30 done/done td/29-02-2020 00:22:22
The command was rejected despite not violating any rules. It turns out that the n/ parameter should be named as tn/ and the done parameter takes in a boolean true/false. This was not reflected in the user guide.
The above image is the documentation for the user guide section on adding tasks to a project. Upon entering the following command:
addtask n/Hello tp/30 done/done td/29-02-2020 00:22:22The command was rejected despite not violating any rules. It turns out that the
n/parameter should be named astn/and thedoneparameter takes in a booleantrue/false. This was not reflected in the user guide.