We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069309b commit f230204Copy full SHA for f230204
docs/features/scripting.rst
@@ -93,3 +93,12 @@ where:
93
:data:`cmd2.Cmd.py_bridge_name` attribute
94
* ``command`` and ``args`` are entered exactly like they would be entered by
95
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