diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-28 18:22:25 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-28 18:22:25 -0700 |
commit | c7eeeaa804822594dc2188def17b8e149dbd7a44 (patch) | |
tree | bed88702fa15294ef7dacae2395e9153ae15814d /docs/api | |
parent | 405eb7998196aaf5ece37ca4e97c7dc6d821aabe (diff) | |
download | cmd2-git-c7eeeaa804822594dc2188def17b8e149dbd7a44.tar.gz |
Update scripting docs. Closes #765.
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/cmd.rst | 6 |
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. |