diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-15 10:31:42 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-15 10:31:42 -0400 |
commit | 79c54b473126d44f0da146600a352660d4cb7c64 (patch) | |
tree | 1628b99113f8c49e32bf0903e87617b8089f3f39 /docs | |
parent | ea1716ad0c43ce0c2c354836dbc36e4ae419afb6 (diff) | |
download | cmd2-git-79c54b473126d44f0da146600a352660d4cb7c64.tar.gz |
Updated various documentation and tests to not use load
Diffstat (limited to 'docs')
-rw-r--r-- | docs/integrating.rst | 5 | ||||
-rw-r--r-- | docs/unfreefeatures.rst | 4 |
2 files changed, 5 insertions, 4 deletions
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 <topic>): ======================================== - 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 |