System.out.println( "Qi4j - Classes are Dead. Long Live Interfaces!" );
System.out.println( "----------------------------------------------\n" );
}
if( args.length == 0 )
{
HelpCommand helpCommand = new HelpCommand();
helpCommand.setCommands( commands );
helpCommand.execute( args, input(), output() );
}
}