The Sisar application can be launched from the command line, as
follows:
sisar [-build] [-verbose] [projectfile…]
Arguments
projectfile
|
The absolute or relative pathname of the Sisar
(.sisar ) project file to be opened. If none are specified, Sisar
will be opened in an empty state, without a project. If more than one are
specified, only the first project will be opened. |
-build
|
Causes Sisar to run in batch mode—the GUI is not launched,
and Sisar will build a .sis file for each of the projects
specified. Projects must be complete for a successfull
build. |
-verbose
|
Affects batch mode, and causes informational messages to be
output to STDOUT. |
|