From 11a1ad03da630da28d39f1fb4a573f855cc7a661 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Thu, 18 Jul 2019 22:18:22 -0400 Subject: Corrected line in README since scripting supports more than just ASCII text files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae374afa..5205970f 100755 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Instructions for implementing each feature follow. - If you wish to exclude some of your custom commands from the history, append their names to the list at `Cmd.exclude_from_history`. - Do `help history` in any `cmd2` application for more information -- Simple scripting using ASCII text files with one command + arguments per line +- Simple scripting using text files with one command + arguments per line - See the [Command Scripts](https://cmd2.readthedocs.io/en/latest/features/scripting.html#command-scripts) section of the `cmd2` docs for more info - See [script.txt](https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/script.txt) for a trivial example script that can be used in any `cmd2` application with the `run_script` command (or `@` shortcut) -- cgit v1.2.1