diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-20 20:02:48 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-20 20:02:48 -0400 |
| commit | a394ed3b83be17986e168b8d0817892cbabd088f (patch) | |
| tree | 4f86c4654625a717a3d5d77cc25a53687ba861d3 /docs/features | |
| parent | 2a44a7affad9c3d62890c1621f065a56f2b2be47 (diff) | |
| parent | b570e94fddc657ed1928f52c1b889a2058c36d8d (diff) | |
| download | cmd2-git-a394ed3b83be17986e168b8d0817892cbabd088f.tar.gz | |
Merge branch 'master' into 2.0
Diffstat (limited to 'docs/features')
| -rw-r--r-- | docs/features/builtin_commands.rst | 2 | ||||
| -rw-r--r-- | docs/features/scripting.rst | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/features/builtin_commands.rst b/docs/features/builtin_commands.rst index e08b5c24..d5112458 100644 --- a/docs/features/builtin_commands.rst +++ b/docs/features/builtin_commands.rst @@ -70,6 +70,8 @@ quit This command exits the ``cmd2`` application. +.. _feature-builtin-commands-run-pyscript: + run_pyscript ~~~~~~~~~~~~ diff --git a/docs/features/scripting.rst b/docs/features/scripting.rst index 141eaa62..f92942be 100644 --- a/docs/features/scripting.rst +++ b/docs/features/scripting.rst @@ -61,6 +61,8 @@ session. (Cmd) command # this is not a comment +.. _scripting-python-scripts: + Python Scripts -------------- |
