main
1namespace gorilla.migrations
2{
3    public interface Console : ParameterizedCommand<string[]>
4    {
5    }
6}