From beb2b37e5488965f7b2e240ea7453234bcbd3cd1 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sat, 15 Jun 2019 00:53:23 -0400 Subject: Updated documentation --- examples/python_scripting.py | 4 ++-- examples/scripts/conditional.py | 2 +- examples/scripts/nested.txt | 6 +++--- examples/scripts/save_help_text.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/python_scripting.py b/examples/python_scripting.py index da7d0f6a..88bc2f98 100755 --- a/examples/python_scripting.py +++ b/examples/python_scripting.py @@ -9,8 +9,8 @@ learn to create scripts. However, there comes a time when technical end users want more capability and power. In particular it is common that users will want to create a script with conditional control flow - where the next command run will depend on the results -from the previous command. This is where the ability to run Python scripts inside a cmd2 application via the pyscript -command and the "pyscript