summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2020-02-28 18:22:25 -0700
committerkotfu <kotfu@kotfu.net>2020-02-28 18:22:25 -0700
commitc7eeeaa804822594dc2188def17b8e149dbd7a44 (patch)
treebed88702fa15294ef7dacae2395e9153ae15814d /docs/api
parent405eb7998196aaf5ece37ca4e97c7dc6d821aabe (diff)
downloadcmd2-git-c7eeeaa804822594dc2188def17b8e149dbd7a44.tar.gz
Update scripting docs. Closes #765.
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.