File: Program.cs
Web Access
Project: src\src\Tools\ConfigurationSchemaGenerator\ConfigurationSchemaGenerator.csproj (ConfigurationSchemaGenerator)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
using ConfigurationSchemaGenerator;
 
#if LAUNCH_DEBUGGER
if (!System.Diagnostics.Debugger.IsAttached)
{
    System.Diagnostics.Debugger.Launch();
}
#endif
 
var rootCommand = RootGenerateCommand.GetCommand();
return await rootCommand.Parse(args).InvokeAsync(CancellationToken.None).ConfigureAwait(false);