AY2122S1-CS2113T-T10-3 / tp

Decodex is a Command Line Interface (CLI) application for Capture-The-Flag (CTF) players to quickly transform data from one format to another with extreme ease. The intuitive interaction can help speed up a player’s performance during CTFs and save time without having to manually code the tedious data transformations.
https://ay2122s1-cs2113t-t10-3.github.io/tp/
3 stars 4 forks source link

Lifeline of command terminates after the while loop #345

Closed rizemon closed 2 years ago

rizemon commented 3 years ago

image

As discussed, the last time that a command is used is not run(), but when it is checked whether the command is an ExitCommand. Perhaps move the X outside the while loop?