MCPcopy Create free account
hub / github.com/CCob/lsarelayx / CommandSet

Method CommandSet

client/Options.cs:1506–1508  ·  view source on GitHub ↗
(string suite, MessageLocalizerConverter localizer = null)

Source from the content-addressed store, hash-verified

1504
1505#if !PCL || NETSTANDARD1_3
1506 public CommandSet(string suite, MessageLocalizerConverter localizer = null)
1507 : this(suite, Console.Out, Console.Error, localizer) {
1508 }
1509#endif
1510
1511 public CommandSet(string suite, TextWriter output, TextWriter error, MessageLocalizerConverter localizer = null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected