nimiew / pe

0 stars 0 forks source link

Export ics command unexpected behaviour #11

Open nimiew opened 5 years ago

nimiew commented 5 years ago

To replicate:

  1. export abc -det
  2. Expect either an error message, or same functionality as export abc -d -e -t
  3. However, output is abc et.ics
nus-pe-bot commented 5 years ago

Team's Response

As indicated in the UG, all flags must be followed with a -. Eg: export abc -d -e -t

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Reasonable response, but no error messages or warnings makes the user lose locus of control.