From 79c54b473126d44f0da146600a352660d4cb7c64 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 15 Jun 2019 10:31:42 -0400 Subject: Updated various documentation and tests to not use load --- docs/integrating.rst | 5 +++-- docs/unfreefeatures.rst | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/integrating.rst b/docs/integrating.rst index aeb8ceca..352bb2f0 100644 --- a/docs/integrating.rst +++ b/docs/integrating.rst @@ -45,8 +45,9 @@ loop:: Documented commands (type help ): ======================================== - alias help load orate pyscript say shell speak - edit history mumble py quit set shortcuts unalias + alias history mumble pyscript run_script shell + edit load orate quit say shortcuts + help macro py run_pyscript set speak (Cmd) diff --git a/docs/unfreefeatures.rst b/docs/unfreefeatures.rst index 81be76d8..ada3a2f6 100644 --- a/docs/unfreefeatures.rst +++ b/docs/unfreefeatures.rst @@ -359,10 +359,10 @@ the help categories with per-command Help Messages:: edit Edit a file in a text editor help List available commands with "help" or detailed help with "help cmd" history usage: history [-h] [-r | -e | -s | -o FILE | -t TRANSCRIPT] [arg] - load Runs commands in script file that is encoded as either ASCII or UTF-8 text py Invoke python command, shell, or script - pyscript Runs a python script file inside the console quit Exits this application + run_pyscript Runs a python script file inside the console + run_script Runs commands in script file that is encoded as either ASCII or UTF-8 text set usage: set [-h] [-a] [-l] [settable [settable ...]] shell Execute a command as if at the OS prompt shortcuts Lists shortcuts available -- cgit v1.2.1