diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-28 18:22:25 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-28 18:22:25 -0700 |
commit | c7eeeaa804822594dc2188def17b8e149dbd7a44 (patch) | |
tree | bed88702fa15294ef7dacae2395e9153ae15814d /docs/features/builtin_commands.rst | |
parent | 405eb7998196aaf5ece37ca4e97c7dc6d821aabe (diff) | |
download | cmd2-git-c7eeeaa804822594dc2188def17b8e149dbd7a44.tar.gz |
Update scripting docs. Closes #765.
Diffstat (limited to 'docs/features/builtin_commands.rst')
-rw-r--r-- | docs/features/builtin_commands.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/features/builtin_commands.rst b/docs/features/builtin_commands.rst index 0db05c96..e08b5c24 100644 --- a/docs/features/builtin_commands.rst +++ b/docs/features/builtin_commands.rst @@ -83,6 +83,15 @@ This command runs commands in a script file that is encoded as either ASCII or UTF-8 text. See :ref:`features/scripting:Command Scripts` for more information. +_relative_run_script +~~~~~~~~~~~~~~~~~~~~ + +This command is hidden from the help that's visible to end users. It runs a +script like :ref:`features/builtin_commands:run_script` but does so using a +path relative to the script that is currently executing. This is useful when +you have scripts that run other scripts. See :ref:`features/scripting:Running +Command Scripts` for more information. + set ~~~ |