Exemplo n.º 1
0
 private static async Task Main(string[] args)
 {
     Console.OutputEncoding = new UTF8Encoding(false, false);
     await CommandSettings.Parse(args).ConfigureAwait(false);
 }
Exemplo n.º 2
0
 private static async Task Main(string[] args)
 {
     await CommandSettings.Parse(args).ConfigureAwait(false);
 }