diff options
Diffstat (limited to 'docs/features/scripting.rst')
-rw-r--r-- | docs/features/scripting.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/features/scripting.rst b/docs/features/scripting.rst index 52fab405..f20f3765 100644 --- a/docs/features/scripting.rst +++ b/docs/features/scripting.rst @@ -32,8 +32,11 @@ line, exactly as you would type it inside a ``cmd2`` application. Running Command Scripts ~~~~~~~~~~~~~~~~~~~~~~~ -Command script files can be executed using the built-in ``run_script`` command. -Both ASCII and UTF-8 encoded unicode text files are supported. +Command script files can be executed using the built-in ``run_script`` command +or ``@`` shortcut. Both ASCII and UTF-8 encoded unicode text files are +supported. The ``run_script`` command supports tab-completion of file system +paths. There is a variant ``_relative_run_script`` command or ``@@`` +shortcut for use within a script which uses paths relative to the first scrip. Comments |