logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

run-split-theme-d-program - run Theme-D program with split target

Description

       Command  run-split-theme-d-program  runs  Theme-D  program  PROGRAMFILE  linked into split Guile bytecode
       files.  The METAARG arguments  are  handled  by  the  run-split-theme-d-program  script  itself  and  the
       PROGRAMARG arguments are passed to the Theme-D program.

Environment

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.

       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.

Files

/etc/theme-d-config
              The Theme-D configuration file.

       ~/.theme-d-config
              The  Theme-D  configuration  file. This file should be normally present only if you use Theme-D in
              local mode.

Name

       run-split-theme-d-program - run Theme-D program with split target

Options

--no-verbose-errors
              No verbose information about errors (exceptions).

       --backtrace
              Display backtrace on runtime error.

       --pretty-backtrace
              Display pretty printed backtrace on error. This options works only if you have linked your Theme-D
              program with option --runtime-pretty-backtrace.

See Also

run-theme-d-program(1),       theme-d-compile(1),       theme-d-link(1),       setup-theme-d-test-env(1),
       /usr/share/doc/theme-d-doc/theme-d-user-guide.pdf

GNU                                                2020-05-14                             RUN_THEME_D_PROGRAM(1)

Synopsis

run-split-theme-d-program [ METAARG ] ...  PROGRAMFILE [ PROGRAMARG ] ...

See Also