Skip to content

Commit f230204

Browse files
committed
Addressing PR feedback.
1 parent 069309b commit f230204

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/features/scripting.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,12 @@ where:
9393
:data:`cmd2.Cmd.py_bridge_name` attribute
9494
* ``command`` and ``args`` are entered exactly like they would be entered by
9595
a user of your application.
96+
97+
.. _python_scripting:
98+
https://github.com/python-cmd2/cmd2/blob/master/examples/python_scripting.py
99+
100+
.. _conditional:
101+
https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/conditional.py
102+
103+
See python_scripting_ example and associated conditional_ script for more
104+
information.

0 commit comments

Comments
 (0)