Currently, the list has 2 people. If I run delete_game 5, I get an error of invalid position.
If I run delete_game 0, it just says invalid command format.
Even for delete_game 0, the explanation should exist about invalid position.
Unfortunately this is intended behaviour based on how the parser is implemented, the error message of the index error (isn't a positive integar) is at the bottom and needs to be scrolled to read
Currently, the list has 2 people. If I run delete_game 5, I get an error of invalid position. If I run delete_game 0, it just says invalid command format. Even for delete_game 0, the explanation should exist about invalid position.
Labels:
type.FunctionalityBug
severity.Low
original: T1duS/ped#2