Skip to content

Releases: samlsm/ip

v0.2

14 Sep 16:06
Compare
Choose a tag to compare
A-Release

Edit help message.

v0.1

26 Aug 10:58
Compare
Choose a tag to compare
Address bug of scanner not closing after exitCommand.

Running with Duke with jave -jar command shows that scanner remains open and program does not terminate properly after exitCommand given.

Let's add a boolean to check for exitCommand and close scanner appropriately.

exitCommand now terminates program successfully