5.3. Command line usage

Synopsis

java emma merge {-in data files...} [-out data file] [common options]

Options

[common command line options]

-in, -input meta/coverage data files...

This repeatable option selects an arbitrary mix of metadata and coverage data files to be merged.

-out, -outfile output merge data file

Overrides the location to store merged data (default: file coverage.es in the current directory).

Examples

Diagnostics

The default EMMA command line tool behavior is not to use System.exit() on exit unless an explicit -exit option is specified. If that is done, the error codes returned via System.exit() are as follows:

0Successful completion.
1Failure due to incorrect option usage. This error code is also returned when command line usage (-h) is requested explicitly.
2All other failures.