Closed
Description
The CmdResult
class in cmd2.py should probably be considered legacy and replaced with the CommandResult
class in pyscript_bridge.py.
As long as this wouldn't create an undue burnden on anyone in terms of backwards compatibility, then we should remove all reference to CmdResult
and replace it with reference to CommandResult
.
Would anyone object to this?