When attempting to use the command, it throws an invalid command format error
Steps to reproduceappointment-list d/2024-10-1Result
An observation is that the command will throw an error if the dd in yyyy-MM-dd HHmm is in the range [1,9]
i.e
appointment-list d/2024-10-9 will throw an error but appointment-list d/2024-10-10 will work
When attempting to use the command, it throws an invalid command format error
Steps to reproduce
appointment-list d/2024-10-1
ResultAn observation is that the command will throw an error if the dd in yyyy-MM-dd HHmm is in the range [1,9] i.e
appointment-list d/2024-10-9
will throw an error butappointment-list d/2024-10-10
will work