Jake Miller
Results
1
issues of
Jake Miller
There is a difference in return value when comparing `cmd2` and `cmd` because of the following line: https://github.com/python-cmd2/cmd2/blob/be1593929f046d44e0d27fcd902fdb9998ba6bb3/cmd2/cmd2.py#L3037 In `cmd2` if the return of a `do_` command is `None` then...