Command Line¶
Help:
tsblender --help
about¶
$ tsblender about --help
usage: tsblender about [-h]
Display version number and system information.
options:
  -h, --help  show this help message and exit
run¶
$ tsblender run --help
usage: tsblender run [-h] [--running_context RUNNING_CONTEXT] infile
Parse and run a tsproc or tsblender file.
positional arguments:
  infile                The tsproc file to parse.
options:
  -h, --help            show this help message and exit
  --running_context RUNNING_CONTEXT
                        The context to run in the tsproc file. The default is
                        None which uses the context specified in the SETTINGS
                        block in the tsproc/tsblender file.
