From 6a122ae91b6a3fabc3709b1d488843715258e58c Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sat, 15 Jun 2019 10:44:40 -0400 Subject: Updated comment --- examples/python_scripting.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/python_scripting.py') diff --git a/examples/python_scripting.py b/examples/python_scripting.py index 5b241192..3e8f64ef 100755 --- a/examples/python_scripting.py +++ b/examples/python_scripting.py @@ -2,10 +2,10 @@ # coding=utf-8 """A sample application for how Python scripting can provide conditional control flow of a cmd2 application. -cmd2's built-in scripting capability which can be invoked via the "@" shortcut or "run_script" command and uses basic -ASCII text scripts is very easy to use. Moreover, the trivial syntax of the script files where there is one command per -line and the line is exactly what the user would type inside the application makes it so non-technical end users can -quickly learn to create scripts. +cmd2's built-in scripting capability, which can be invoked via the "@" shortcut or "run_script" command, uses basic +ASCII/UTF-8 text scripts and is very easy to use. Moreover, the trivial syntax of the script files, where there is one +command per line and the line is exactly what the user would type inside the application, makes it so non-technical +that end users can quickly 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 -- cgit v1.2.1