public static function run()
 {
     $cli = Test_Cli::get();
     $cli->attach(Io::stdin(), Io::stdout(), Io::stderr());
     $cli->run();
 }