Ejemplo n.º 1
0
    protected virtual Task <int> OnRunAsync(CommandLineOptions options, CancellationToken ct)
    {
        var server = new SimpleServer(options, PhysicalConsole.Singleton, Directory.GetCurrentDirectory());

        return(server.RunAsync(ct));
    }