mrweikiat / pe

0 stars 0 forks source link

Differences in error thrown for delete command #4

Closed mrweikiat closed 3 years ago

mrweikiat commented 3 years ago

image.png

Tried command : delete 7 and was given an error of "Index are invalid"

Proceedes to try command : delete 0, delete -1

Expected: Similar error of "Index are invalid"

Actual: Got thrown invalid command format

image.png