Comment 1 for bug 837869

Revision history for this message
Adam Connelly (adam-rpconnelly) wrote :

I've added in support for extending the console with commands.

There's now a CommandManager that chooses the correct command to use based on the arguments passed to the application. To create a new command, you just have to export a class that implements IConsoleCommand. There's currently a CreateCommand that lets you create or update a database.