Make sure all command functions return True 0.1.1
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 30 Dec 2019 17:52:01 +0000 (17:52 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 30 Dec 2019 17:53:04 +0000 (17:53 +0000)
commitbc3ee2dd11df80f98cd391a094a17c20df322e7c
tree492b7cdb8d45e4c7929cd0099bfde72cc8ac5864
parentb8cc76c23fdce1f9cd8ae5cbf23e8271abffa121
Make sure all command functions return True

Because recent adjustments to handler_active() rely on the
call_handler_function() return value to determine whether something
went wrong, we need command functions to return something which
evaluates boolean True if they ran to completion and didn't raise an
exception. Just return True from all of them for now, but they may
see more dynamic result handling in the future.
mudpy/command.py