From c7eeeaa804822594dc2188def17b8e149dbd7a44 Mon Sep 17 00:00:00 2001 From: kotfu Date: Fri, 28 Feb 2020 18:22:25 -0700 Subject: Update scripting docs. Closes #765. --- docs/api/cmd.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/api') 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. -- cgit v1.2.1