diff options
author | Eric Lin <anselor@gmail.com> | 2020-08-05 15:08:37 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-08-06 16:01:19 -0400 |
commit | 62eccdac73d852d3ab9df06497bc8c9063e3d283 (patch) | |
tree | 2c7a02a8589270447d9ef611f0f6f170e5f0528f /docs/api | |
parent | 2c99c0d9e7ddea1a93e97e3198aea01beca7c5d5 (diff) | |
download | cmd2-git-62eccdac73d852d3ab9df06497bc8c9063e3d283.tar.gz |
Verify that a completer function is defined in a CommandSet before
passing it a CommandSet instance.
Search for a CommandSet instance that matches the completer's parent
class type.`
Resolves Issue #967
Renamed isolated_tests directory to tests_isolated for better visual grouping. Added some exception documentation
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/exceptions.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/exceptions.rst b/docs/api/exceptions.rst index 8ef0a61f..db23eb0a 100644 --- a/docs/api/exceptions.rst +++ b/docs/api/exceptions.rst @@ -9,3 +9,6 @@ Custom cmd2 exceptions .. autoclass:: cmd2.exceptions.Cmd2ArgparseError :members: + +.. autoclass:: cmd2.exceptions.CommandSetRegistrationError + :members: |