CommandInput input;
if ( options.getInput().equals( CliMainOptions.STDIN ) )
{
if ( options.isNonInteractive() )
{
input = new InputStreamCommandInput( System.in );
}
else
{
ConsoleReader consoleReader = new ConsoleReader( System.in, System.err );
final FileHistory history = new FileHistory(