Revision: 14074
Author:
maz...@gmail.com
Date: Wed Sep 17 04:08:53 2014 UTC
Log: Edited wiki page cmd_cli through web user interface.
https://code.google.com/p/soar/source/detail?r=14074
Modified:
/wiki/cmd_cli.wiki
=======================================
--- /wiki/cmd_cli.wiki Mon May 26 00:30:56 2014 UTC
+++ /wiki/cmd_cli.wiki Wed Sep 17 04:08:53 2014 UTC
@@ -37,6 +37,17 @@
cause it to unregister all relevant callback handlers and stop processing
Soar
commands.
+If you'd like to have a cli mode, like Tcl, turned on automatically when
Soar
+launches, add the enabling command to your settings.soar file in the main
+Soar directory. This activates the mode on initial launch, allowing you to
+immediately source files that require that additional functionality.
+
+If you plan to source files that contain tcl commands, you must turn on
tcl through the
+settings file or in a separate command issued prior to your source
command. Due
+to some technical limitation, Soar cannot currently source a file that
both turns
+on Tcl and uses it immediately.
+
+
== Examples ==
To turn on Tcl mode: