try
{
CommandCenter commandCenter = new CommandCenter( output, input );
if ( input instanceof JlineCommandInput )
{
( (JlineCommandInput) input ).getConsole().addCompleter(new ConsoleCompletor(commandCenter));
}
if ( options.getUrl() != null )
{
Map<String, Object> env;
if ( options.getUser() != null )