output = new PrintStreamCommandOutput( System.out, System.err );
}
else
{
File outputFile = new File( options.getOutput() );
output = new FileCommandOutput( outputFile );
}
try
{
CommandInput input;
if ( options.getInput().equals( CliMainOptions.STDIN ) )