diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-05-27 17:55:37 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-05-27 17:55:37 -0400 |
commit | 2fb807845249d68d55fc7cf1bcbff46511c7851e (patch) | |
tree | 5c8544047e7474ac0b35e9da6ada69c392993b59 /docs | |
parent | 8f88f819fae7508066a81a8d961a7115f2ec4bed (diff) | |
download | cmd2-git-2fb807845249d68d55fc7cf1bcbff46511c7851e.tar.gz |
Fixed bug where preparse() wasn't called before parsing
Also:
- Deleted postparse() since it was redundant with postparsing_precmd()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hooks.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/hooks.rst b/docs/hooks.rst index c28f9b8f..1e96e963 100644 --- a/docs/hooks.rst +++ b/docs/hooks.rst @@ -50,8 +50,6 @@ the various hook methods, presented in chronological order starting with the one .. automethod:: cmd2.cmd2.Cmd.preparse -.. automethod:: cmd2.cmd2.Cmd.postparse - .. automethod:: cmd2.cmd2.Cmd.postparsing_precmd .. automethod:: cmd2.cmd2.Cmd.precmd |