diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-27 21:38:51 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-27 21:38:51 -0600 |
commit | 3b49e52cc55cbfc7ed8fa0cedc97d626325a4bd1 (patch) | |
tree | bae21b6a21999a3a68ba653a77640638d9cd47b0 /docs | |
parent | f616d78ba70b6f48a2c94a66d4657f4e214b3155 (diff) | |
parent | 76c29610672e30a12aae3d75adf34b085571fe9f (diff) | |
download | cmd2-git-3b49e52cc55cbfc7ed8fa0cedc97d626325a4bd1.tar.gz |
Merge branch 'master' into plugin_functions
# Conflicts:
# cmd2/cmd2.py
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 b07f1e94..75febb2b 100644 --- a/docs/hooks.rst +++ b/docs/hooks.rst @@ -274,8 +274,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 |