- Update application startup logic
- Always parse command line args
- Do not check for streams every loop
- Abstract startup messages to constants
- Format example sessions better
- Added command for 117 to remove parsers and sessions
- Fix 115 by implementing listdir() that ignores some patterns
- Fix crash when user enters a parser index that does not exist
- Abstract redundant re-rendering calls to a class method
- Improve unit test coverage to 71%; see 123 for details.