Name

charon — Command line workflow executor

Synopsis

charon [OPTIONS] parameterFile

Description

charon executes a given charon workflow.

To get the execution working, you have at least to specify a global module path (using the option --global path). It is recommended to redirect the output to a logfile (e.g. using --logfile file).

Note

There is no Qt Gui event loop in this application, so make sure that you do not use any Qt widget modules in the workflow e.g. for visualization.

Options

Generic Options

-V, --version

display version information and exit

-v, --verbose

more verbose output

-h, --help, -?

show usage help message (short option summary)

-o file , --logfile file

write log to given text file too

Path Settings

-g path , --global path

Path of global plugin dir. This option is required to execute a workflow.

Future versions may use a semicolon separated list here, but this is currently not implemented.

-l path , --local path

Path of local plugin dir. This path is searched in addition to the global path.

-w path , --workingdir path

execute the workflow relative to this working directory

Files

parameterFile

Parameter file describing the workflow to execute. This file may be set up e.g. by tuchulcha.

Get Charon at SourceForge.net. Fast, secure and Free Open Source software downloads