Next: , Previous: Mappings, Up: Templates


8.3 Running the TCL engine interactively

This template exports all the objects from the input .gen file for interactive use in a tclsh interpreter. The GenoM TCL engine procedures are available as in regular (scripted) templates.

This template is mostly useful for development of new templates or troubleshooting existing ones.

Example:

     user@host:~$ genom3 interactive demo.gen
     % foreach c [dotgen components] { puts [$c name] }
     demo
     % exit
     user@host:~$

Supported options:

-b
Batch mode: disable line editing facility
-h
--help
Print usage summary (this text)