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
|
% SIGHTRUN(1)
% IRCAD
% September 2023
# NAME
sightrun - launcher for _Sight_ applications.
# SYNOPSIS
**sightrun** \[OPTIONS\] \[PROFILE(=profile.xml)\] \[PROFILE-ARGS ...\]
# DESCRIPTION
**sightrun** is the launcher for applications built with _Sight_, the Surgical Image Guidance and Healthcare Toolkit.
# OPTIONS
**-h**, **\--help**
: Display a friendly help message.
**-B**
: Adds a module path.
**\--clog**
: Enable log output to console.
**\--no-clog**
: Disable log output to console.
**\--flog**
: Enable log output to file.
**\--no-flog**
: Disable log output to file.
**\--log-output arg**
: Log output filename. Default to sight.log.
**\--log-trace**
: Set log level to trace.
**\--log-debug**
: Set log level to debug.
**\--log-info**
: Set log level to info.
**\--log-warn**
: Set log level to warn.
**\--log-error**
: Set log level to error.
**\--log-fatal**
: Set log level to fatal.
# BUGS
For community support, see GitHub Issues: <https://github.com/IRCAD/Sight/issues>.
Also, internal bug reports can be found on <https://git.ircad.fr/sight/sight/-/issues>.
|