From 2fb807845249d68d55fc7cf1bcbff46511c7851e Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 27 May 2018 17:55:37 -0400 Subject: Fixed bug where preparse() wasn't called before parsing Also: - Deleted postparse() since it was redundant with postparsing_precmd() --- docs/hooks.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.1