summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-03 17:29:49 -0400
committerGitHub <noreply@github.com>2017-07-03 17:29:49 -0400
commit525f4cae6b1e1c463cd34d21065fb0513842460e (patch)
treed5ea2e52b6e3a09f54731aa4858370cdcbcb6e75 /docs
parentb06c95b721b7a1096ce78ec3a96726cdbe7026ad (diff)
parent29eeb8996053f35572f4d7b63e7c8cb0f62b6442 (diff)
downloadcmd2-git-525f4cae6b1e1c463cd34d21065fb0513842460e.tar.gz
Merge pull request #168 from python-cmd2/remove_pause
Removed pause command
Diffstat (limited to 'docs')
-rw-r--r--docs/freefeatures.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/freefeatures.rst b/docs/freefeatures.rst
index 24f9d017..2d928ad3 100644
--- a/docs/freefeatures.rst
+++ b/docs/freefeatures.rst
@@ -286,8 +286,6 @@ with automatically included ``do_`` methods.
.. automethod:: cmd2.Cmd.do_quit
-.. automethod:: cmd2.Cmd.do_pause
-
.. automethod:: cmd2.Cmd.do_shell
( ``!`` is a shortcut for ``shell``; thus ``!ls``