addCommands([ new DiffCommand, new MigrationNewCommand, new MigrationUpCommand, new MigrationDownCommand, new MigrationStatusCommand, new MigrationValidateCommand, new MigrationRepairCommand, new MigrationBaselineCommand, new UrlEncodeCommand, ]); // Set `diff` as the default command so that the legacy // dbdiff server1.db1:server2.db2 [options] // invocation still works without explicitly typing `diff`. $app->setDefaultCommand('diff'); $app->run();