This is an automated email from the ASF dual-hosted git repository. aradzinski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
commit 26101368bdd0a4d83eabee1a7676f3a10ac399eb Author: Aaron Radzinski <[email protected]> AuthorDate: Fri Nov 20 12:26:31 2020 -0800 Update script.html --- tools/script.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/script.html b/tools/script.html index 64bc642..0ef1789 100644 --- a/tools/script.html +++ b/tools/script.html @@ -126,6 +126,14 @@ id: script </li> <li> <b>REPL Commands:</b> + <p> + REPL commands are set of utilities that you can use while in REPL mode. Although all of these commands, as always, + can be executed in the command like mode - they make most sense in REPL mode (except for <code>help</code> command). When running <code>help</code> + command the list of REPL commands is available under <b>REPL Commands</b> heading. + </p> + <p> + Note that <code>nano</code> command may not be available on all OS. + </p> </li> <li> <b>Miscellaneous Tools:</b>
