summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2020-02-28 21:12:37 -0700
committerkotfu <kotfu@kotfu.net>2020-02-28 21:12:37 -0700
commitf2302042e2edad5fcabd17fa4f7f2bc08c1003fc (patch)
treed9ec61d7cce8b508f672e88eef93b79cc7f7ebe0 /docs
parent069309b71521c422ca847a06c600c59d2a6bf671 (diff)
downloadcmd2-git-f2302042e2edad5fcabd17fa4f7f2bc08c1003fc.tar.gz
Addressing PR feedback.
Diffstat (limited to 'docs')
-rw-r--r--docs/features/scripting.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/features/scripting.rst b/docs/features/scripting.rst
index efcb8261..52647927 100644
--- a/docs/features/scripting.rst
+++ b/docs/features/scripting.rst
@@ -93,3 +93,12 @@ where:
:data:`cmd2.Cmd.py_bridge_name` attribute
* ``command`` and ``args`` are entered exactly like they would be entered by
a user of your application.
+
+.. _python_scripting:
+ https://github.com/python-cmd2/cmd2/blob/master/examples/python_scripting.py
+
+.. _conditional:
+ https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/conditional.py
+
+See python_scripting_ example and associated conditional_ script for more
+information.