1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
.\" Written by Tommi Höynälänmaa (tommi.hoynalanmaa@iki.fi)
.TH RUN_THEME_D_PROGRAM 1 2018-10-03 GNU "Run Theme-D program"
.
.SH NAME
run-theme-d-program \- run Theme-D program
.
.SH SYNOPSIS
.B run-theme-d-program
.RB [\|
.IR METAARG
.RB \|]
.RB ...
.IR PROGRAMFILE
.RB [\|
.IR PROGRAMARG
.RB \|]
.RB ...
.
.SH DESCRIPTION
Command
.B run-theme-d-program
runs Theme-D program
.IR PROGRAMFILE
linked into Guile bytecode.
The
.IR METAARG
arguments are handled by the
.B run-theme-d-program
script itself and the
.IR PROGRAMARG
arguments are passed to the Theme-D program.
.
.SH OPTIONS
.TP
.BR \-\-no-verbose-errors
No verbose information about errors (exceptions).
.
.TP
.BR \-\-backtrace
Display backtrace on runtime error.
.
.TP
.BR \-\-pretty-backtrace
Display pretty printed backtrace on error. This options works only if
you have linked your Theme-D program with option
.BR --runtime-pretty-backtrace .
.
.TP
.BR \-\-version
Display the Theme-D version and exit.
.
.SH ENVIRONMENT
.TP
.BR THEME_D_CONFIG_FILE
If this variable is defined its value is used as the Theme-D
configuration file instead of the default configuration file.
.
.TP
.BR THEME_D_CUSTOM_CODE
List of Guile bytecode files to be loaded before the Theme-D program
is run. The filenames shall be separated with colons.
.
.SH FILES
.TP
.IR /etc/theme-d-config
The Theme-D configuration file.
.
.TP
.IR ~/.theme-d-config
The Theme-D configuration file. This file should be normally present
only if you use Theme-D in local mode.
.
.SH SEE ALSO
.BR run-theme-d-program-m (1),
.BR theme-d-compile (1),
.BR theme-d-link (1),
.BR setup-theme-d-test-env (1),
.IR /usr/share/doc/theme-d-doc/theme-d-user-guide.pdf.gz
.
|