0.9.3 (July 12, 2018)
- Bug Fixes
- Fixed bug when StatementParser
__init__()
was called withterminators
equal toNone
- Fixed bug when
Cmd.onecmd()
was called with a rawstr
- Fixed bug when StatementParser
- Enhancements
- Added
--clear
flag tohistory
command that clears both the command and readline history.
- Added
- Deletions
- The
CmdResult
helper class which was deprecated in the previous release has now been deleted- It has been replaced by the improved
CommandResult
class
- It has been replaced by the improved
- The