summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/cmd.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api/cmd.rst b/docs/api/cmd.rst
index dd3d3abe..4124912a 100644
--- a/docs/api/cmd.rst
+++ b/docs/api/cmd.rst
@@ -63,3 +63,9 @@ cmd2.Cmd
Set an introduction message which is displayed to the user before
the :ref:`features/hooks:Command Processing Loop` begins.
+
+ .. attribute:: py_bridge_name
+
+ The symbol name which :ref:`features/scripting:Python Scripts` run
+ using the :ref:`features/builtin_commands:run_pyscript` command can use
+ to reference the parent ``cmd2`` application.