diff options
-rw-r--r-- | Doc/library/cmd.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/cmd.rst b/Doc/library/cmd.rst index e9a049f..30f1726 100644 --- a/Doc/library/cmd.rst +++ b/Doc/library/cmd.rst @@ -205,6 +205,9 @@ Instances of :class:`Cmd` subclasses have some public instance variables: :mod:`readline`, on systems that support it, the interpreter will automatically support :program:`Emacs`\ -like line editing and command-history keystrokes.) + +.. _cmd-example: + Cmd Example ----------- |